xfennec
2009-06-14T08:40:00.814128Z (revision 841)
Tried to restore the original gameplay (bone breaking threshold), since it was modified when we switch ODE version a while ago ...
xfennec
2009-06-01T09:45:10.598295Z (revision 840)
Now use all 'Enter' keys: the regular one and the numpad one, since some laptops only sends the numpad code (KP_Enter)
st
2009-05-19T10:45:19.857041Z (revision 839)
Added console key support for SWE/FIN keyboard layout.
xfennec
2009-04-26T19:54:13.322738Z (revision 838)
You can't rewind a video before its start anymore. It's quite obvious, but the test was not done, for a (stupid) reason I can't remember.
xfennec
2009-04-26T19:49:53.221858Z (revision 837)
removing raydium_network_internet_test() from PHP API, since this feature is already a PHP function (you can use directly http_test() from R3S libfile.php)
xfennec
2009-03-22T09:40:40.571454Z (revision 836)
Adding video/screen ratio support
xfennec
2009-03-22T08:20:39.468779Z (revision 835)
changed a bit slip values for tank tracks and ground and removed invalid comment
xfennec
2009-03-19T21:11:51.416069Z (revision 834)
Added a way to apply post-rendering manually after raydium_ode_draw_all(RAYDIUM_ODE_DRAW_NORMAL), using raydium_ode_draw_all_post(). Volcano demo is fixed (see r832) using this new function. Water reflection is now HDR emitter.
st
2009-03-12T11:20:48.828502Z (revision 833)
Enabled sound support for the iPhone OS.
ouille
2009-03-04T21:23:13.337018Z (revision 832)
Corrected particule render with viewport (thank's sifourquier) added particle generator to test8 and test8 code cleanup (tab/spaces).
xfennec
2009-03-02T11:34:23.754862Z (revision 831)
Fixed a small typo: mylgutCloseWindow/myglutCloseWindow
xfennec
2009-03-02T11:31:01.461579Z (revision 830)
Removing an unused variable
st
2009-03-02T11:15:50.309010Z (revision 829)
Initial iPhone OS port. Pending OpenAL and live support.
xfennec
2009-02-25T13:26:06.574335Z (revision 828)
Updated ManiaDrive i18n files. A small update is needed in the spanish translation, and italian one is still missing
xfennec
2009-02-25T13:23:24.240895Z (revision 827)
Added video duration getters to video API, and added a tiny OSD to jpgs player
xfennec
2009-02-16T20:33:59.132623Z (revision 826)
Uniformizing texture loading messages (+tiny cleanups)
xfennec
2009-02-02T22:40:32.058507Z (revision 825)
Allowing the user to bypass trapped signals
st
2009-01-15T13:25:58.440468Z (revision 824)
Updated german language translation for ManiaDrive.
st
2009-01-15T13:25:56.552941Z (revision 823)
Place the window at the middle of the screen after creation under Mac OS X.
st
2009-01-15T13:25:54.793429Z (revision 822)
Added a check for the Mac OS X target at the main entry point of the configure script to avoid further confusions.
xfennec
2008-12-13T01:24:10.047102Z (revision 821)
Adding raydium_render_fps_limit() to RegAPI
xfennec
2008-12-13T01:22:59.409455Z (revision 820)
JPGS video player is now limited to 120 FPS max, reducing audio glitches
xfennec
2008-12-13T00:24:56.521731Z (revision 819)
Added seeking functions for video API. A/V sync threshold is now set to 100ms, to reduce audio glitches
xfennec
2008-12-12T23:19:05.466006Z (revision 818)
Oops. Fixing last commit.
xfennec
2008-12-12T23:16:02.900654Z (revision 817)
Minor doc update about video encoding for video API
xfennec
2008-12-09T08:15:59.934396Z (revision 816)
Added raydium_ode_record_play_ghost() to support 'ghost replays'
xfennec
2008-12-09T08:15:36.716895Z (revision 815)
You can now restore default skybox with an empty string, and not only with NULL (usefull with PHP scripting)
ouille
2008-11-28T15:54:07.631007Z (revision 814)
Ode version only printed if determined.
ouille
2008-11-28T13:16:54.856112Z (revision 813)
Update ode version commit, even if ode version is not defined
ouille
2008-11-27T17:31:23.787805Z (revision 812)
Raydium console now report Ode version.