xfennec
2010-01-24T19:28:36.650834Z (revision 956)
fixed what were looking like a typo, I think
xfennec
2010-01-24T01:57:03.109577Z (revision 955)
Linux 'install' target for the Makefile is now more verbose
xfennec
2010-01-23T12:07:28.006133Z (revision 954)
Linux joy support: now able to read initial values for axes on startup
xfennec
2010-01-23T10:42:24.746494Z (revision 953)
Removed unused var
xfennec
2010-01-22T23:05:14.501896Z (revision 952)
Default RAYDIUM_JOY_MAX_BUTTONS is now 32. Some devices, like Logitech G25 / G27 were reporting too much buttons.
xfennec
2010-01-22T19:39:41.285550Z (revision 951)
Links (chapters/functions) in the documentation are now persistent
xfennec
2010-01-22T19:38:39.288710Z (revision 950)
Fixed a typo
xfennec
2010-01-22T19:01:56.456496Z (revision 949)
raydocs generation script cleanups
st
2010-01-10T15:57:11.046654Z (revision 948)
Added a joystick device test to verify the correct behavior on all supported target platforms.
xfennec
2009-12-26T16:10:38.254743Z (revision 947)
Get rid of PHP short tags. Fixed Java demo rayphp path.
xfennec
2009-12-20T23:26:00.184028Z (revision 946)
Fixed raydium_php_rayphp_path_change(), broken since last changes we made to rayphp scripts search.
xfennec
2009-12-20T23:07:36.167151Z (revision 945)
SWIG bug (3D array) workaround
ouille
2009-12-13T22:38:23.162341Z (revision 944)
Removed unused variable (win32 specific)
xfennec
2009-12-13T19:09:36.297151Z (revision 943)
cleanup and a small fix
st
2009-12-07T23:12:44.998085Z (revision 942)
Added lens flare disappearance effect using the last calculated 2D projected source point to simulate a residual effect in the retina of the eyes.
xfennec
2009-12-06T13:49:56.184241Z (revision 941)
All demos now use raydium_texture_filter_change() instead of direct modification of raydium_texture_filter global var, allowing --filter command line option to work. Another proof that most (old) demos would require a refresh ... (use a lot of globals).
st
2009-12-03T19:55:36.996412Z (revision 940)
Fixed lens flare appearance behavior when using multiple effects.
st
2009-12-02T20:52:51.995701Z (revision 939)
Enhanced the lens flare UFO invasion demo and made a small cleanup.
ouille
2009-12-02T19:02:04.258349Z (revision 938)
Display package mode (readonly / readwrite) in console.
ouille
2009-12-02T15:05:51.623733Z (revision 937)
Smalls corrections to last commit (typos).
ouille
2009-11-29T22:46:13.205891Z (revision 936)
Package autoupdate feature improved. Path priority now implemented. See path.h header.
file found in a package are filtered during package update, restoring normal quick quit feature.
ouille
2009-11-29T22:43:33.359087Z (revision 935)
file.c cleanup (old package handling removed)
ouille
2009-11-29T21:06:44.394913Z (revision 934)
Package auto update rewritten. Files are now packaged at the end of application.
package can have two mode: Default: readonly. and readwrite: all opened files are packaged at application exit.
Php script need to be tested: refreshing test can have problem with timelight saving flag.
ouille
2009-11-29T20:36:15.599341Z (revision 933)
Code factorisation on nid elements affectation for "network ready" elements
xfennec
2009-11-26T21:09:14.539054Z (revision 932)
Removed two warnings from rev 929
ouille
2009-11-26T16:41:49.492774Z (revision 931)
Filter non standard element before sending over network.
Avoid possible crash getting linear velocity.
ouille
2009-11-26T15:15:42.321179Z (revision 930)
Allow hot server connection. Already created element are broadcasted over the network at client connection. Using special nid <1000 to flag network ready element.
ouille
2009-11-26T14:44:57.063404Z (revision 929)
Load fail. Flag file as Missing. Avoid attempt to reload the file/ flood in the console (for texture load at least). Added raydium_file_cache_flush() -> errase flag status.
xfennec
2009-11-26T14:41:29.986445Z (revision 928)
Fixed overflow. Thanks to nergal.
xfennec
2009-11-26T12:39:56.949959Z (revision 927)
Fixing Linux configure script (broken by rev 917)