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)

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-19T13:26:37.076418Z (revision 697)

cleanup for the fix of the fix :)

vicente
2008-08-18T22:59:57.107199Z (revision 696)

fix for commit 689

vicente
2008-08-18T19:37:20.782065Z (revision 695)

Translation fixes and an excesive output is show only when RAYDIUM_SPRITE_DEBUG is defined

xfennec
2008-08-18T18:54:19.418180Z (revision 694)

Performance improvement with power of two live textures on some ATI hardware/driver

xfennec
2008-08-18T18:51:45.669044Z (revision 693)

cleaning the file (trailing spaces)

xfennec
2008-08-18T17:39:50.361052Z (revision 692)

Added OCOMP_FLAGS env var support to ocomp.sh. Useful for GNU profiler: export OCOMP_FLAGS="-pg"

xfennec
2008-08-18T17:33:29.233476Z (revision 691)

small fix about C source filename with a space

xfennec
2008-08-18T17:02:21.226736Z (revision 690)

removed dangerous usage of strcpy

xfennec
2008-08-18T17:00:43.691179Z (revision 689)

texture.c: fixed indentation, trailing spaces, headers and ocomp warnings

xfennec
2008-08-18T13:06:27.202531Z (revision 688)

Now gives a valid sprite sample name as usage example

xfennec
2008-08-18T13:03:17.842820Z (revision 687)

internal dump was hardly readable, cleaned it a bit

vicente
2008-08-18T12:40:55.388032Z (revision 686)

Passed the sprite_viewer.config file to the repository

vicente
2008-08-18T12:31:27.877974Z (revision 685)

New way to allocate textures. Removed all uses of the previous raydium_texture_index variable. All the textures now has a usage flag that can be checked with the function raydium_texture_is_slot_used(). Also each texture stores the estimated memory used. The ending output of raydium now shows the estimated memory used for each texture. The initialisation of Raydium cleans all the textures with the new specification. And finaly the raydium_texture_free* functions work fine. If you notice something bad, warn us in the forum.

vicente
2008-08-18T12:05:55.519866Z (revision 684)

sprite1-test.sprite passed to the repository

xfennec
2008-08-16T13:09:13.882977Z (revision 683)

Clean a bit source code

vicente
2008-08-16T12:48:54.614137Z (revision 682)

Changed comments type in init config pregenerated-file and headers.

xfennec
2008-08-16T12:37:22.112942Z (revision 681)

Small fix for commit 680

vicente
2008-08-16T11:02:19.199558Z (revision 680)

Loading of Non-power-of-two(NPOT) textures has been disabled by default. However you can switch this behaviour with the new functions raydium_texture_enable_npot_textures() and raydium_texture_disable_npot_textures()

- View all -