Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-07 | Fixed kyra3 code. | Johannes Schickel | |
svn-id: r30822 | |||
2008-02-07 | Fixed regression introduced while reworking resource loading code. | Johannes Schickel | |
svn-id: r30821 | |||
2008-02-07 | Reworked Kyrandia resource loading code. | Johannes Schickel | |
svn-id: r30820 | |||
2008-02-07 | Fix code formatting and grammar ;) | Max Horn | |
svn-id: r30819 | |||
2008-02-07 | Fix bug preventing compilation in iterator code. | Johannes Schickel | |
svn-id: r30818 | |||
2008-02-07 | - Fix math lib test when crosscompiling | Jordi Vilalta Prat | |
- Just need to remove the test files after all the tests svn-id: r30817 | |||
2008-02-07 | Enhanced tools detection when crosscompiling with mingw32 and removed ↵ | Jordi Vilalta Prat | |
dupplicate options svn-id: r30816 | |||
2008-02-07 | Use sdl-config --prefix to enable better detection of include paths. | Jordi Vilalta Prat | |
svn-id: r30815 | |||
2008-02-07 | Implemented scroll command and added a couple more debug variables. | Nicola Mettifogo | |
svn-id: r30814 | |||
2008-02-06 | Fix system hang under linux. | Nicola Mettifogo | |
svn-id: r30813 | |||
2008-02-06 | Silence MSVC warning about uninitialized variables | Filippos Karapetis | |
svn-id: r30812 | |||
2008-02-06 | Enabled moving projector in Nippon Safes. This should fix long standing bug ↵ | Nicola Mettifogo | |
#1729309. svn-id: r30811 | |||
2008-02-06 | Fixed broken halfbrite implementation from some time ago (nobody complained!!!). | Nicola Mettifogo | |
svn-id: r30810 | |||
2008-02-06 | Made font handling stateless. | Nicola Mettifogo | |
svn-id: r30809 | |||
2008-02-06 | Added experimental debug feature: variables influencing the rendering that ↵ | Nicola Mettifogo | |
can be set via console using the 'set' command. The implementation is still partial. Leveraging on this, the engine can now selectively display the current background mask instead of the background itself. svn-id: r30808 | |||
2008-02-06 | Correctly implemented little-endian masks in BRA. | Nicola Mettifogo | |
svn-id: r30807 | |||
2008-02-06 | Implemented some more opcodes in BRA. Animations should now be visible in ↵ | Nicola Mettifogo | |
most locations. svn-id: r30806 | |||
2008-02-06 | Corrected mask and path loading in BRA. | Nicola Mettifogo | |
svn-id: r30805 | |||
2008-02-05 | Committed my own patch #1885901 to fix NASM warnings. | Torbjörn Andersson | |
svn-id: r30804 | |||
2008-02-05 | I think this is slightly easier to read... | Torbjörn Andersson | |
svn-id: r30803 | |||
2008-02-05 | revert accidental commit. It increases commit count. But better to compile ↵ | Eugene Sandulenko | |
before commit svn-id: r30802 | |||
2008-02-05 | revert accidental commit | Eugene Sandulenko | |
svn-id: r30801 | |||
2008-02-05 | Fix compilation | Eugene Sandulenko | |
svn-id: r30800 | |||
2008-02-05 | Fix compilation on MSVC8 & 9 (Added gui_br.cpp to parallaction's project ↵ | Kari Salminen | |
files. The file was introduced by revision 30739). svn-id: r30799 | |||
2008-02-05 | Changed main loop to allow BRA to return to menu after intro. | Nicola Mettifogo | |
svn-id: r30798 | |||
2008-02-05 | Enhanced parser to handle multi-line comments in scripts. | Nicola Mettifogo | |
svn-id: r30797 | |||
2008-02-05 | Fixes to make BRA introduction run: | Nicola Mettifogo | |
- fixed location command parser - implemented stop command - temporary disabled speak zones (audio is not yet supported) svn-id: r30796 | |||
2008-02-05 | Fixed size of temporary buffer for unpacking animation frames. | Nicola Mettifogo | |
svn-id: r30795 | |||
2008-02-05 | Added new debug command to show global game flags. | Nicola Mettifogo | |
svn-id: r30794 | |||
2008-02-05 | silency ignored, we handle it differently | Paweł Kołodziejski | |
svn-id: r30793 | |||
2008-02-05 | Fix indentation (spaces to tabs) | Jordi Vilalta Prat | |
svn-id: r30792 | |||
2008-02-04 | Adjusted random number generator, thus improving animation quality in the ↵ | Nicola Mettifogo | |
intro. The general still acts like he is on amphetamines. svn-id: r30791 | |||
2008-02-04 | Added FIXME comment about wrong color for subtitles in BRA. | Nicola Mettifogo | |
svn-id: r30790 | |||
2008-02-04 | Change MetaEngine references to PluginObject where possible to make its ↵ | Jordi Vilalta Prat | |
semantics more generic. svn-id: r30789 | |||
2008-02-04 | Surface is a struct, not a class | Filippos Karapetis | |
svn-id: r30788 | |||
2008-02-04 | Moved common code from Plugin subclasses to class Plugin itself | Max Horn | |
svn-id: r30787 | |||
2008-02-04 | Commited updated version of my own patch #1868402: Basic savestate plugin API | Max Horn | |
svn-id: r30786 | |||
2008-02-04 | Fix plugin unloading / cleanup | Max Horn | |
svn-id: r30785 | |||
2008-02-04 | Fix a segmentation fault when running a game with dynamic plugins enabled. | Jordi Vilalta Prat | |
svn-id: r30784 | |||
2008-02-03 | Updated plugin.exp to match latest changes to the plugins API | Max Horn | |
svn-id: r30783 | |||
2008-02-03 | Replaced GUI dialog with warning. We don't have any screen to draw on yet. | Torbjörn Andersson | |
svn-id: r30782 | |||
2008-02-03 | Missed file from previous commits. Bah. | Robin Watts | |
svn-id: r30781 | |||
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a ↵ | Max Horn | |
MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780 | |||
2008-02-03 | Made some advanced detector stuff internal (for now), as it is only used by ↵ | Max Horn | |
AdvancedMetaEngine. Also removed obsolete ADVANCED_DETECTOR_DEFINE_PLUGIN macro svn-id: r30779 | |||
2008-02-03 | Removed some dead code | Max Horn | |
svn-id: r30778 | |||
2008-02-03 | cleanup | Max Horn | |
svn-id: r30777 | |||
2008-02-03 | Fixed maximum token length for the parser. | Nicola Mettifogo | |
svn-id: r30776 | |||
2008-02-03 | Implement exists(), isReadable() and isWritable(). | Marcus Comstedt | |
svn-id: r30773 | |||
2008-02-03 | Use vmsfs_delete_file now that libronin supports it... | Marcus Comstedt | |
svn-id: r30772 | |||
2008-02-03 | instOp_on and instOp_off are now implemented, so removed warnings. | Nicola Mettifogo | |
svn-id: r30771 |