Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-26 | SWORD25: Removed the leftover libpng code | md5 | |
2011-05-26 | SWORD25 (LUA): Removed unused code for handling precompiled LUA scipts | md5 | |
2011-05-26 | ANDROID: Trying to fix the recent linker failures | Max Horn | |
2011-05-26 | SWORD25: Const correctness | Max Horn | |
2011-05-26 | SWORD25: Fix warning: double format, float arg on DC | Max Horn | |
2011-05-26 | SWORD25: Avoid using strcoll | Max Horn | |
2011-05-26 | BUILD: Reorder plugin stuff in configure some more | Max Horn | |
2011-05-26 | SAMSUNGTV: added readme to dists | Pawel Kolodziejski | |
2011-05-25 | HUGO: Fix comments | strangerke | |
2011-05-25 | HUGO: Add 3 object related functions to the console | strangerke | |
2011-05-25 | TSAGE: Add scene description in scene groups 8 and 10 | strangerke | |
2011-05-25 | HUGO: Add boundaries() to the console. God mode no longer shows boundaries, ↵ | strangerke | |
as in the original | |||
2011-05-25 | TSAGE: Cosmetic modification, for consistency | strangerke | |
2011-05-25 | HUGO: Cosmetic modification, for consistency | strangerke | |
2011-05-25 | HUGO: Add listscreens() and gotoscreen() to console | strangerke | |
2011-05-25 | TSAGE: Add a couple of comments | strangerke | |
2011-05-25 | TOON: Remove unused variable | Max Horn | |
2011-05-25 | AGI: Fix compilation on 64 bit platforms | Willem Jan Palenstijn | |
I'm unable to test this change, but it avoids using a pointer to store an int temporarily. | |||
2011-05-25 | SAMSUNGTV: revert code of result some previous commit | Pawel Kolodziejski | |
2011-05-25 | SAMSUNGTV: change default path | Pawel Kolodziejski | |
2011-05-25 | Merge pull request #9 from tiqpit/a2gs | Eugene Sandulenko | |
AGI: Fix //gs output | |||
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops | |
2011-05-25 | QUEEN: tyre -> tire | Matthew Hoops | |
2011-05-25 | ALL: recognise -> recognize | Matthew Hoops | |
2011-05-25 | ALL: analyse -> analyze | Matthew Hoops | |
2011-05-25 | ALL: armour -> armor | Matthew Hoops | |
2011-05-25 | GRAPHICS: flavour -> flavor | Matthew Hoops | |
2011-05-25 | ALL: favour/favourite -> favor/favorite | Matthew Hoops | |
2011-05-25 | ALL: behaviour -> behavior | Matthew Hoops | |
2011-05-25 | ALL: neighbour -> neighbor | Matthew Hoops | |
2011-05-25 | SCI: Constify Object::_baseVars | Max Horn | |
This may have to be undone if we ever want to start free'ing _baseVars again. | |||
2011-05-25 | M4: Attempt to fix the broken Rails code | Max Horn | |
I am not sure how this code could have ever worked without lots of crashing, but maybe I am missing something... Still, casting an arbitrary integer value to an int *pointer* and then later dereferencing it does not seem like a good idea :). Changed the code to do what I *guess* it was meant to do. But somebody who actually knows M4 and its games should double check. | |||
2011-05-25 | TSAGE: Silence another (incorrect but still annoying) uninitialized var warning | Max Horn | |
2011-05-25 | MOHAWK: Fix warning about uninitialized var | Max Horn | |
2011-05-25 | BUILD: Unify plugin prefix/suffix handling, unify setting DYNAMIC_MODULES | Max Horn | |
2011-05-25 | BUILD: Minor configure cleanup | Max Horn | |
2011-05-25 | BUILD: Do not define LUA_USE_POSIX | Max Horn | |
It doesn't really do anything useful anymore anyway (except make linux builds use _setjmp instead of setjmp, but both are equally bad for us and need to replaced anyway). | |||
2011-05-25 | BUILD: Update comments | Max Horn | |
2011-05-25 | BUILD: Declare RELEASE_BUILD in DEFINES, not CXXFLAGS | Max Horn | |
2011-05-25 | BUILD: Replace _need_memalign runtime test by hardcoded list | Max Horn | |
According to a discussion on -devel, this test cannot work reliably in general: It cannot determine when unaligned access really works reliably in all situations, nor on all implementations of the target CPU arch; nor does it determine whether unaligned access is supported effectively (as opposed to say supported via super-slow fault handler mechanism). | |||
2011-05-25 | BUILD: Rename USE_TEXT_CONSOLE -> USE_TEXT_CONSOLE_FOR_DEBUGGER | Max Horn | |
This reduces the similarity in name to the otherwise mostly unrelated DISABLE_TEXT_CONSOLE #define. | |||
2011-05-25 | BUILD: Always enable indeo3 codec | Max Horn | |
2011-05-25 | BUILD: Add only one -D to DEFINES per line; add FIXMEs to -D in CXXFLAGS | Max Horn | |
2011-05-25 | BUILD: Unify how _posix is computed | Max Horn | |
However, the current approach of determining _posix based on _host_os is flawed and should be replaced by feature detection; added a TODO about this. | |||
2011-05-25 | BUILD: Rename UNIX #define to POSIX | Max Horn | |
2011-05-25 | BUILD: Move some Android 'hack' back to near end of configure | Max Horn | |
2011-05-25 | BUILD: Rearrange some PSP stuff | Max Horn | |
Cursory testing shows no regressions caused by this, but proper testing of this change is recommended. | |||
2011-05-25 | BUILD: Unify how debug/release mode defaults are determined | Max Horn | |
2011-05-25 | BUILD: Overhaul how we determine the need for aligned mem access | Max Horn | |
Also add some comments explaining what is going on and why. | |||
2011-05-25 | BUILD: Enable ARM asm only based on _host_cpu | Max Horn | |
Also moved x86 and ARM recognition code in configure to be next to each other; and print whether ARM specific code is going to be used or not. |