0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 12 hours ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleaned up the main program (Removed Clock Test function : Use Clock test module instead) More... over 18 years ago
orxTest_Main merged inside orxTest. Main Test program started from orx More... over 18 years ago
Allow multiple initialisation request. => System broken : Redisign and recode it. More... over 18 years ago
Removed Dependencies with the Time plugin. => The dependency system seems to be a bit broken with the plugin constraints (load/unload). ==> Design/Code an improved dependency system. More... over 18 years ago
- Minor optims / time consistency check on clock system More... over 18 years ago
- Fixed update bugs in clock module - All time/dt value are now exprimed in orxTIME type More... over 18 years ago
* Fixed invalid Flag value * Uncomment #ifdef for __orxTEST__ More... over 18 years ago
Test parameter registered. The main program can now start the engine or the test program (the option is only available if compiled with __orxTEST__) More... over 18 years ago
* Refactoring : all pointer on function (callback) now have the suffix _FUNCTION. (not _CB or _PTR) * Fix a bug with invalid parameters More... over 18 years ago
* Refactoring : all pointer on function (callback) now have the suffix _FUNCTION. (not _CB or _PTR) * Add new function to execute the main program of the Test application More... over 18 years ago
Refactoring : all pointer on function (callback) now have the suffix _FUNCTION. (not _CB or _PTR) More... over 18 years ago
Add the Command line parser to the main program More... over 18 years ago
Add orxParam.h to the list of include More... over 18 years ago
Add Param Module for dependencies More... over 18 years ago
Default param module callback registered (to display list of registered parameters) More... over 18 years ago
Updated Makefile/Bakefile to Compile the new orxParam Module More... over 18 years ago
Completed module to register Parameters More... over 18 years ago
Add 2 new function to search strings and characters from a string More... over 18 years ago
Add a new debug level More... over 18 years ago
Header for the module that will manage parameters (command line option) More... over 18 years ago
*** empty log message *** More... over 18 years ago
!!! Part of a large commit !!! More... over 18 years ago
Test function coded to test Clock fonctionnality (used to Debug Clocks) More... over 18 years ago
Update bakefile / Makefile to link with SDL More... over 18 years ago
Removed platform specific dependency More... over 18 years ago
Modification to load a Timer plugin in the main program and test that it works. WARNING : It's just for test. * Plugin name hardly coded (need to be changed by the config system when it will be ready) More... over 18 years ago
Fixed init problem Added a Delay in the update to help the scheduler More... over 18 years ago
Fixed problem with Exit (in initialisation) More... over 18 years ago
Fixed initialisation problem More... over 18 years ago
- Updated test code to released one More... over 18 years ago