xfennec
2008-09-07T22:18:20.815694Z (revision 726)
Removed a debug output from my commit 714
xfennec
2008-09-07T22:13:19.823934Z (revision 725)
Added a missing 'return' statement for commit 718
xfennec
2008-09-07T21:51:39.447836Z (revision 724)
Added autodisable feature to PHP API (enable/disable only)
xfennec
2008-09-07T21:44:51.569920Z (revision 723)
commit 718: fixing 'boolean-like', from int to signed char
xfennec
2008-09-07T21:38:55.992580Z (revision 722)
fixed a bit the documentation about autodisable new feature, and cleanup a bit more indent style
xfennec
2008-09-07T21:24:29.754452Z (revision 721)
fixing indent style for commit 718 (more)
xfennec
2008-09-07T21:19:43.167061Z (revision 720)
fixing undefined value for commit 718
xfennec
2008-09-07T21:17:11.780704Z (revision 719)
fixing indent style for commit 718
ouille
2008-09-07T17:00:29.143637Z (revision 718)
Add autodisable feature to RayOde. Default is still desactivated.
Added lot's of function to separate raydium api from ode api.
Example corrected.
vicente
2008-09-06T18:26:31.574901Z (revision 717)
Added missing function raydium_ode_element_addforce_3f, updated doc, and removed trailing spaces
xfennec
2008-09-05T22:39:23.802314Z (revision 716)
adjusted a bit commit 712 about RayODE names
xfennec
2008-09-05T19:58:52.683633Z (revision 715)
Was attaching two particle generator at the same time for buggy body
xfennec
2008-09-05T19:58:08.306951Z (revision 714)
RayODE particles: bug fix: while attaching multiple particle generators to one element, the first generator is lost somewhere in the scene, and the new one is not created (note: an element is supposed to handle only one generator at a time)
xfennec
2008-09-05T19:38:14.002125Z (revision 713)
restored original camera
vicente
2008-09-05T17:47:46.883587Z (revision 712)
proposal of new explanation about ODE names (giving problems to newbies)
ouille
2008-09-05T17:08:20.074562Z (revision 711)
very few test6.c code cleanup (name len)
xfennec
2008-09-03T10:48:33.593041Z (revision 710)
Small doc fixes
xfennec
2008-08-26T19:57:14.690682Z (revision 709)
Fix for coredumps with recent PHP snapshots (was crashing on repeated PHP requests because of scrambled cache)
st
2008-08-25T10:00:09.898345Z (revision 708)
Initial Mac OS X port using Carbon and AGL. Pending joystick and live support.
xfennec
2008-08-19T22:49:44.612192Z (revision 707)
Added doc about raydium_frame_time and raydium_render_fps.
xfennec
2008-08-19T22:19:07.345801Z (revision 706)
Recent SWIG releases seems to be confused by 3D arrays with Python bindings
xfennec
2008-08-19T22:15:36.979008Z (revision 705)
reverted commit 699
xfennec
2008-08-19T22:13:58.329768Z (revision 704)
reverted commit 703
vicente
2008-08-19T21:52:56.735942Z (revision 703)
removed commit 698. Extra documentation will be added explaining about Framespersecond and the inverse of raydium_frame_time
xfennec
2008-08-19T21:37:49.154413Z (revision 702)
incorrect sprite variable name. Fixed indentation
xfennec
2008-08-19T21:24:58.133110Z (revision 701)
Non-power-of-texture function renaming was not complete
xfennec
2008-08-19T21:07:31.006775Z (revision 700)
Version is now 0.800 ! Added another fixfor new licenses
vicente
2008-08-19T18:25:26.621061Z (revision 699)
Added raydium_frames_per_second variable. Could be usefull in certain situations. In fact is the inverse of raydium_frame_time.
xfennec
2008-08-19T15:28:00.504323Z (revision 698)
big documentation update and fix: license, init, hdr, php, sprites (need a bit of work again), capture, video, fog, http server/client, shadows, ... Wiki updated, too.
xfennec
2008-08-19T13:26:37.076418Z (revision 697)
cleanup for the fix of the fix :)