Sortie de Agar-1.4.1


Il me fait plaisir d'annoncer la sortie de Agar 1.4.1. Le code source
et quelques paquets binaires précompilés sont disponibles sur:

	http://libagar.org/download.html.fr

Cette sortie marque la fin de vie pour la branche 1.3. L'assistance
ne sera plus disponible pour les versions 1.3.x d'Agar.

Release Notes for Agar 1.4.1
----------------------------

Here are some of the most notable changes since Agar 1.4.0, in no
particular order. A wikified version of this list is available at:
http://wiki.libagar.org/wiki/Agar-1.4.1.

- Port to Xbox (thanks Michael J. Wood!).
- Widget code can now use the AG_Redraw() and AG_RedrawOn*() interfaces to
  trigger rendering. The generic event loop uses this information to avoid
  unnecessary video updates -- custom event loops should be modified to
  test for the window "dirty" flag to take advantage of this feature.
- Fixed compilation with --disable-legacy option.
- Implemented AG_SurfaceFromPNG() and AG_SurfaceFromJPEG().
- Fixed crash bug in AG_SurfaceFromSDL(); thanks trapdoor!
- Added AG_SetJPEGQuality(), to set quality used by AG_SurfaceExportJPEG().
- Merge --enable-{class,event}debug into --enable-objdebug; remove lockdebug.
- Upgrade build system to BSDBuild 2.8. Note that stale ./agar-config/ and
  ./agar-foo-config/ directories may break the build and should be removed
  before ./configure is executed.
- Fix deadlock condition with the AG_Timeout interface when timers are
(Continue reading)

Sortie de Agar 1.4.0


Il me fait plaisir d'annoncer la sortie de Agar 1.4.0. Le code source
et quelques paquets binaires précompilés sont disponibles sur:

	http://libagar.org/download.html.fr

Release Notes for Agar 1.4.0 ("Landscapes of Frozen Methane")
-------------------------------------------------------------

Here are some of the most notable changes since Agar 1.3.4, in no
particular order. A wikified version of this list is available at:
http://wiki.libagar.org/wiki/Agar-1.4.0.

This release preserves backward compatibility with Agar 1.3.4, but it is
recommended to compile Agar with the `--disable-legacy' configure option,
ensuring that existing applications are not using deprecated API calls.

- Added support for multiple native windows; rework of the low-level grap=
hics
  and input device interfaces. As of this release, the available drivers =
are:
  - "glx" (GL rendering via X Window System; multiple windows)
  - "wgl" (GL rendering under Windows; multiple windows)
  - "sdlfb" (framebuffer rendering via SDL; internal WM)
  - "sdlgl" (GL rendering via SDL; internal WM)
  New drivers can also be implemented as part of an application, the driv=
er
  API is documented in AG_Driver(3).
- Applications should now use AG_InitGraphics() to initialize the graphic=
al
(Continue reading)

Sortie de Agar 1.3.4


Il me fait plaisir d'annoncer la sortie de Agar 1.3.4. Le code source
et quelques paquets binaires précompilés sont disponibles sur:

	http://libagar.org/download.html.fr

Release Notes for Agar 1.3.4 (Pandemonic Incantation)
-----------------------------------------------------

Here are some of the most notable changes since Agar 1.3.3, in no
particular order. A wikified version of this list is available at:
http://wiki.libagar.org/wiki/Agar-1.3.4.

- Continued improvements to the API reference.
- Overall improved handling of out-of-memory conditions.
- Implement simpler, unified AG_Variable(3) interface at the AG_Object(3)
  level in ag_core. This renders the AG_Widget(3)-level "AG_WidgetBinding"
  and the "AG_Prop" interfaces obsolete, as well as the AG_Event(3) argument
  lists, which all used different structures and interfaces. Backwards
  compatibility is preserved.
- GUI: Implemented word-wrapping in AG_Editable(3) and AG_Textbox(3). Thanks
  to CoKinetic Systems (http://www.cokinetic.com/) for sponsoring this feature!
- Perl XS bindings improved to the level that they are now useful, thanks to
  Mat Sutcliffe!
- Continued improvements to the Ada bindings; added ada-demos/
  (thanks rothwell!)
- Remove unnecessary --disable-utf8 switch, always use Unicode.
- Removed DEV_GuiDebugger() from ag_dev library. Reimplemented a more useful
  debugging tool, AG_GuiDebugger(), in ag_gui itself.
- Fixed font engine initialization/clean-up issue which prevented Agar from
(Continue reading)

Sortie de Agar 1.3.3


Il me fait plaisir d'annoncer la sortie de Agar 1.3.3. Le code source et
les paquets binaires précompilés sont disponibles sur:

	http://libagar.org/download.html.fr

Release Notes for Agar 1.3.3 (Blackened Soil Remains)
-----------------------------------------------------

Here are some of the most notable changes since Agar 1.3.2, in no
particular order. 

- Implemented Ada bindings (thanks rothwell!).
- Documentation fixes. Many new manual pages and examples were also added..
- Merged Math library (originally from FreeSG) into Agar distribution.
- Include files are now preprocessed for addition of visibility-related
  specifiers (see http://gcc.gnu.org/wiki/Visibility)
- Merged ag_net library into ag_core (though API is still not official).
- Generated IDE "project files" are now distributed in the source .zip only.
- The MAP library has been removed from the Agar distribution and moved to
  the FreeSG distribution (http://freesg.org/).
- Describe important documentation conventions in AG_Intro(3) and AG_Threads(3).

- CORE: Implemented AG_DSO(3) as general interface to dynamic library
  loading, and AG_LoadClass() more specifically for AG_Object classes.
- CORE: Added namespaces to Agar class specifications. Object classes can now
  be specified in "Namespace(Foo:Bar)" format.
- CORE: It is now possible to specify DSOs (" <at> libname") in class specification
  strings.
- GUI: Bindings to long double and [SU]int64 are now fully supported when
(Continue reading)

Sortie de Agar 1.3.2

Bonjour,

Il me fait plaisir d'annoncer la sortie de Agar 1.3.2. Le code source est
disponible à partir de:

	http://stable.csoft.org/agar/agar-1.3.2.tar.gz
	http://stable.csoft.org/agar/agar-1.3.2.tar.gz.asc
	http://stable.csoft.org/agar/agar-1.3.2.tar.gz.md5
	http://stable.csoft.org/agar/agar-1.3.2.zip
	http://stable.csoft.org/agar/agar-1.3.2.zip.asc
	http://stable.csoft.org/agar/agar-1.3.2.zip.md5

Des paquets binaires précompilés sont également disponibles sur:

	http://libagar.org/download.html

Comme toujours, vos commentaires et suggestions sont fortement appréciés.

Release Notes for Agar 1.3.2 (Landscapes Turn to Ash)
-----------------------------------------------------

Here are some of the notable changes since Agar 1.3.1 in no particular order.
For a complete list of all changes, see ChangeLog-1.3.2.txt.

- Thorough audit and clean up of thread-safety code. It is now safe to combine
  threads and OpenGL. The big VFS lock has been removed (AG_LockVFS now locks
  its argument's VFS root).
- Compilation fixes for MacOS X 10.5.
- Various manual page updates and improvements.
- The --enable-nls configure option works again; updated French translation.
(Continue reading)

Sortie de Agar 1.3


Hi,

We are pleased to announce the official release of Agar 1.3 (The Birth of
an Era Obscured by Sulfur and Flames).

The source code is available from:
	http://stable.csoft.org/agar/agar-1.3.tar.gz
	http://stable.csoft.org/agar/agar-1.3.tar.gz.asc
	http://stable.csoft.org/agar/agar-1.3.tar.gz.md5
	http://stable.csoft.org/agar/agar-1.3.zip
	http://stable.csoft.org/agar/agar-1.3.zip.asc
	http://stable.csoft.org/agar/agar-1.3.zip.md5

Binary packages will begin to appear in a few minutes on the download page:
	http://libagar.org/download.html

As always, your comments, suggestions and bug reports are most welcome.

Release Notes for Agar 1.3 
--------------------------

Here are some of the notable changes since Agar 1.2 in no particular order.
This excludes the numerous cosmetic changes that were made. For a complete
list of all changes, see ChangeLog-1.3.txt.

- Merged Agar-MAP (http://hypertriton.com/agar-map/) into the main Agar source
  distribution as a separate library.
- Merged Agar-NET (http://hypertriton.com/agar-net/) into the main Agar source
  distribution as a separate library disabled by default.
(Continue reading)

Nouvelle sortie: Agar-1.2


Agar-1.2 est disponible:

	http://stable.csoft.org/agar/agar-1.2.tar.gz
	http://stable.csoft.org/agar/agar-1.2.tar.gz.asc
	http://stable.csoft.org/agar/agar-1.2.tar.gz.md5

Cette version adresse principalement les problèmes de compilation
liées à des changements dans SDL-1.2.10.

_______________________________________________
Agar-Announce-FR mailing list
Agar-Announce-FR@...
http://mail231.csoft.net/mailman/listinfo/agar-announce-fr

Gmane