Agar Announcements | 3 Nov 14:43
Favicon

Agar-1.3.3 released


I am pleased to announce the official release of Agar 1.3.3. The source
code and precompiled packages are now available for download at:

	http://libagar.org/download.html

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 ("@libname") in class specification
  strings.
- GUI: Bindings to long double and [SU]int64 are now fully supported when
(Continue reading)

Agar-1.3.2 released


Hi,

I am pleased to announce the official release of Agar 1.3.2. The source
code is available from:

	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

Precompiled library and demo packages for various architectures and
operating systems are available from:

	http://libagar.org/download.html

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

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.
(Continue reading)

Agar-1.3 Released


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)

Agar-1.2 has been released


Agar-1.2 has been released:

	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

This is mostly a bug fix release. It addresses the compilation
problems related to changes in SDL-1.2.10.

Gmane