top logo menu kitty mascot
AROS.ORG Developers Localization Bounties

Úvod

AROS Research Operating System je velmi jednoduchý, výkonný a flexibilní desktopový operační systém určený k tomu, abych ti pomohl vytěžit maximum z tvého počítače. Je to nezávislý, přenosný a svobodný projekt, který se snaží být kompatibilní s AmigaOS na úrovni API (jako Wine, ne však jako UAE), při současném zlepšování v mnoha oblastech. Zdrojové kódy jsou dostupné pod open source licencí, která je dovoluje komukoli zdokonalovat.

Více zde...

Komunitní zdroje, forky a atribuce
spacer

AROS je vyvíjen jako otevřený projekt a forky i následné distribuce jsou povoleny podle podmínek AROS Public License (APL). Přesné uvedení autorství upstreamového vývoje je základním požadavkem této licence a je zásadní pro zachování transparentnosti vůči uživatelům, vývojářům a přispěvatelům třetích stran.

V posledních případech byly forky prezentovány způsobem, který stírá rozdíl mezi upstreamovým vývojem AROS a následnou prací. To zahrnuje cherry-picking upstreamových commitů tak, že vypadají, jako by pocházely z forku, stejně jako distribuci binárních souborů nekompatibilních s upstreamovým AROS, přičemž jsou prezentovány jako ekvivalentní nebo zaměnitelné.

Tyto praktiky zkreslují původ práce a aktivně odvádějí vývoj, podporu a příspěvky třetích stran od upstreamového vývoje AROS, k neprospěchu projektu a jeho uživatelů.

Aby byla chráněna integrita projektu AROS a jeho vývojová historie, nebude aros.org nadále odkazovat na neoficiální komunitní zdroje, forky nebo distribuce třetích stran, které zkreslují upstreamové autorství, skrývají binární nekompatibilitu nebo jinak narušují transparentní vývoj pod APL.

Forky a distribuce mohou nadále existovat nezávisle v souladu s APL, ale očekává se, že budou jasně a přesně uvádět upstreamový vývoj AROS a že se jasně odliší od upstreamového projektu.

GitHub Commits
spacer

Zprávy

July/August 2025 Highlights

Author:Nick Andrews, Matthias Rustler
Date:2025-09-03

Nick Andrews did again a lot of fixes across the source tree, including:

  • Font.datatype ported,
  • Wanderers Lasso handling fixed when used with mousewheel
  • Fixed a bug causing AROS to lock up with multi-part assigns.
  • Added a small menu to the con-handler.
  • Fixed up some of the rendering in tiff.datatype to get more of the images loading.
  • Added support to heic.datatype, for AVIF Images.
  • Corrected console.devices CDInputHandler behaviour to match autodocs.
  • Implemented some of the missing array operations in cgfx, including SSE versions.
  • Ported SDL2, and updated OpenAL to the last version that uses C code.
  • Fixed hostgl to work correctly under WSL.
  • Enabled EFI support on the bootiso.
  • Ported Scarlet Rivensin & Grimm, Doom3 mods.
  • Updated OpenURL prefs to use the AROS system prefs class.
  • Fixed a bunch of 64bit issues in FryingpanDatatypes

Krzysztof Smiechowicz

  • Fixed bugs with SA_Font and OpenUrl
  • Fixed SDL2 and ported SDL2-mixer
  • Applied some 64-bit fixes to DOpus

Bo Ståle Kopperud

  • Added support for rounded frames
  • Wrote a script for generating .clangd files

Johan Gill fixed IMP3 scrollbar orientation

May/June 2025 Highlights

Author:Nick Andrews
Date:2025-07-03

Nick Andrews did a lot of fixes across the source tree, including:

Datatypes

  • Implemented a TIFF datatype, and updated the Heic/PNG/Jpeg/WebP code.

C Runtime

  • Added various widechar/multibyte support functions and unit tests for them, and initial support for locale's. Added scripts and code to download the unicode specifications and generate necessary conversion tables for use by AROS.
  • Fixed math functions to correctly check bounds, etc - fixes all developer math tests on x86_64.
  • Fixed build of c++ support code, so it correctly works on x86_64.

gfx.hidd

  • Added SSE/AVX optimized conversion routines.

Build system

  • Fixed ARM builds (RasPI, linux-arm and linux-armhf targets).
  • Updated GCC patches to GCC 15, and fixed the core/contrib & ports to build with it.
  • Fixed x86_64 stack call alias macros for LLVM, so modules now correctly compile and link that use these functions.
  • Exposed more LLVM/Clang related settings and options from configure, and fixed up LLVM build scripts (w.i.p - more widechar support needed to complete libc++ build). ~90% of AROS core now compiles with Clang.

Misc

  • Fixed broken DOS-ReadArgs behaviour, to respect the ReadItem "bug" used on AmigaOS. Unit tests now pass successfully (+ additional test cases added)
  • Added an early exception handler to help diagnose crashes in the bootstrapping code of AROS x86_64.
  • Updated Nasm port.
  • 64bit fixes in OpenURL prefs.
  • Fixed bug in Scouts "timer" list handling, resolving crash due to null pointer access on x86_64.
  • Add nightly script to parse the localization warnings/errors and upload them to the translators.aros.org site.
  • Adjusted nightly scripts to use SSH key instead of passwords.
  • Added script to clean up Unit tests older than 60 days.

March/April 2025 Highlights

Author:Matthias Rustler
Date:2025-05-01

Krzysztof Smiechowicz fixed a lot of bugs across the whole source code base.

Johan Gill fixed several bugs, mainly for the m68k chipset handling.

Ivan Gualandri fixed some bugs in the Editor and the Calculator.

Andrzej Subocz fixed a bug in Wanderer's Preferences editor.

Javier Alaguero added support for the Basque language and provided some catalogs.

Matthias Rustler translated the website to HTML5 and removed PHP.

January/February 2025 Highlights

Author:Matthias Rustler
Date:2025-02-27

AROS core

Johan Gill fixed various issues with the OCS, ECS and AGA chipsets for the m68k port.

Website

Matthias Rustler worked on AROS' website. He brought back the RSS feeds for the most recent entries of archives.aros-exec.org and www.arosworld.org. He also fixed many dead links and other small issues. Johan Gill helped with porting the build scripts for the website to Python 3.