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
new type for visual studio More... over 18 years ago
~ifdef around Test module. Else it make compilation problems when USE_TEST=0 (1 by default) More... over 18 years ago
* Added Visual studio inline declaration * Modified orxPAD macro to include ';' inside. The delcaration will be different, but there is a problem without it on MSVC struct { orxU32 u32Val; orxPAD(4) // <- if we set a ; here.. and we define an empty orxPAD macro => it will add a ';' inside the structure : unrecognized by MSVC } More... over 18 years ago
* Added new project file for MSVC (msvc6 compatible. MSVC7 conversion can be done inside Visual Studio Editor) More... over 18 years ago
Removed old makefile (use new Makefile in build directory) More... over 18 years ago
Generated new makefile on new Path (fixed compilation problems for dynamic link under windows) More... over 18 years ago
MSVC support + optional Allegro dependency added More... over 18 years ago
Improved modules bakefile (added MSVC support) More... over 18 years ago
Bakefile to compile Main exe (modified to include MSVC compilation) More... over 18 years ago
Cleaned lib bakefile + added link for MSVC compilation More... over 18 years ago
Impoved common bakefile : splitted categories More... over 18 years ago
Added orxDLLAPI macro on plugins defined function. else it won't work on windows (only for dynamic mode, not static. i.e : orx compiled as a dll) More... over 18 years ago
- Added core plugin module dependencies (autoinit/autoexit) - Removed some manual exit from test dlls More... over 18 years ago
Fixed problem with FMod link under linux More... over 18 years ago
Updated makefiles More... over 18 years ago
Fixed -W option More... over 18 years ago
Fixed a wrong #include (cass problem) More... over 18 years ago
- orxFps.h => orxFPS.h More... over 18 years ago
- Merged new dependency branch into head More... over 18 years ago
File used to prevent CVS to remove empty directory (prune option by default) More... over 18 years ago
- All clocks are now paused unless the simulation loop is running => time consistency improved More... over 18 years ago
- Added a GetNext function to parse all clocks More... over 18 years ago
- Clock simulation test now work properly More... over 18 years ago
- Fixed minor issue in clock update (local clock modifier wasn't used) - u32DT => u32StableDT : TickValue isn't used in the calculation More... over 18 years ago
- Added clock pause handling More... over 18 years ago
- Removed confusing orxTIME type & updated all related files - All time unities are now exprimed with orxU32 (DT, Timestamp, ...) More... over 18 years ago
Updated Bakefiles : * Test program removed * Test function merged in the test module * Updated .a generation on windows * New option to compile plugins (USE_PLUGINS) and to compile test program and modules (USE_TEST) * Updated makefiles More... over 18 years ago
New test module for clocks More... over 18 years ago
Param system might need Event system to stop the program More... over 18 years ago
Merged the test main program inside the test module. Functions are only available when __orxTEST__ is defined More... over 18 years ago