gambas-source-code/main/lib
Benoît Minisini bd3410e80f [INTERPRETER]
* NEW: GB.ReturnSingle() is a new API that allows to return a Single from a 
  method or property implementation routine.

[GB.NET.POP3]
* NEW: Pop3Client has a new Remove() method to delete a message from its 
  index. Pop3Client.Remove(n) is just a synonymous for 
  Pop3Client[n].Delete.

[GB.OPENAL]
* NEW: New component for the OpenAL 3D audio library. Work in progress...

[GB.OPENGL]
* BUG: Fix a possible crash in GL.GenTextures(). I guess that bug will have 
  to be fixed in other equivalent routines.


git-svn-id: svn://localhost/gambas/trunk@5753 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-07-21 16:19:26 +00:00
..
complex [DEVELOPMENT ENVIRONMENT] 2013-07-10 22:17:27 +00:00
compress [INTERPRETER] 2013-01-06 16:13:31 +00:00
data [INTERPRETER] 2013-07-21 16:19:26 +00:00
db [GB.DB] 2013-07-19 18:12:19 +00:00
debug [INTERPRETER] 2013-05-30 01:10:59 +00:00
draw [GB.DRAW] 2013-05-04 17:24:21 +00:00
eval [INTERPRETER] 2013-03-29 23:33:01 +00:00
geom [GB.DRAW] 2013-05-04 17:23:17 +00:00
gui [GB.DRAW] 2013-05-04 17:23:17 +00:00
gui.opengl [INTERPRETER] 2012-05-08 15:32:33 +00:00
image [EXAMPLES] 2013-05-30 21:16:09 +00:00
image.effect [INTERPRETER] 2013-01-06 16:13:31 +00:00
option [GB.OPTION] 2012-07-03 17:32:39 +00:00
signal [GB.SIGNAL] 2012-08-14 09:53:03 +00:00
vb [INTERPRETER] 2013-01-06 16:13:31 +00:00
gb.component * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
Makefile.am [GB.DRAW] 2013-05-04 17:23:17 +00:00