aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-05- Renamed XmidiResource to GenericResourceBenjamin Haisch
- Added MIDI resource type - Added ScriptFunctionsLgop2 and ScriptFunctionsMhne (for Leather Goddesses of Phobos 2 and The Manhole: New and Enhanced, resp.) - Many changes for LGOP2 and The Manhole: N&E Note about the new ScriptFunctions classes: I copied the ScriptFunctionsRtz class and so duplicated a lot of code. Most of the opcode functions are the same in all games but there might be differences. Once all common opcode functions have been figured out, they'll be moved to a common place (like the ScriptFunctions class). svn-id: r31871
2008-05-04Antialiased circles changed to use screen ptrs.Vicent Marti
svn-id: r31870
2008-05-04Updated the kyra MSVC project filesFilippos Karapetis
svn-id: r31869
2008-05-04- Shared checkInput code between kyra2 and kyra3Johannes Schickel
- Debugger related cleanup svn-id: r31868
2008-05-04Initial common base between kyra2 and kyra3 GUI code.Johannes Schickel
svn-id: r31867
2008-05-04Renamed kyra2 and kyra3 gui files.Johannes Schickel
svn-id: r31866
2008-05-04Added new Parser class, which will gradually grow to include all parsing ↵Nicola Mettifogo
code from the engine class. svn-id: r31865
2008-05-04Partly fixed loading of bitmaps in BRA Amiga. Bitmaps are still broken, but ↵Nicola Mettifogo
less than before. svn-id: r31864
2008-05-04Performance tweaks.Vicent Marti
svn-id: r31863
2008-05-04Fix bug #1957165 - MM: render_mode is broken.Travis Howell
svn-id: r31862
2008-05-04Yet more opcodes moved to KyraEngine_v2.Johannes Schickel
svn-id: r31861
2008-05-04Cleanup.Johannes Schickel
svn-id: r31860
2008-05-04Moved more opcodes to KyraEngine_v2.Johannes Schickel
svn-id: r31859
2008-05-04German texts fixes (compared to original) from Raziel.Eugene Sandulenko
svn-id: r31858
2008-05-04Fixed DataStream::seek() (must have been drunk that day ;))Sven Hesse
svn-id: r31857
2008-05-04Properly close the object videos when the objects are destroyedSven Hesse
svn-id: r31856
2008-05-04Enabled scrolling in WoodruffSven Hesse
svn-id: r31855
2008-05-03Rectangle drawing.Vicent Marti
svn-id: r31854
2008-05-03- fixed invalid C++Johannes Schickel
- some minor formatting tweaks svn-id: r31853
2008-05-03Formatting.Johannes Schickel
svn-id: r31852
2008-05-03Code formatting.Eugene Sandulenko
svn-id: r31851
2008-05-03Coding conventions once again.Vicent Marti
svn-id: r31850
2008-05-03- More coding convention fixes.Vicent Marti
- Aliased circles. svn-id: r31849
2008-05-03Changed spaces to tab, thus annoying everyone who now have to do a largeTorbjörn Andersson
recompile. svn-id: r31848
2008-05-03- Added missing virtual destructor in VectorRendererJohannes Schickel
- Added graphics/VectorRenderer.cpp to the build system - Fixed compiling with g++ 4.2 svn-id: r31847
2008-05-03Correct o2_initScreen() for Woodruff (screen positioning, clipping and ↵Sven Hesse
cursor limiting) svn-id: r31846
2008-05-03Moved more opcodes to KyraEngine_v2.Johannes Schickel
svn-id: r31845
2008-05-03Generic functions (surface/pixel fill/blend).Vicent Marti
Line antialiasing. Circle antialiasing. svn-id: r31844
2008-05-03Moved some more opcodes to KyraEngine_v2.Johannes Schickel
svn-id: r31843
2008-05-03Cleanup.Johannes Schickel
svn-id: r31842
2008-05-03- Moved newShape/temporaryScript code to KyraEngine_v2.Johannes Schickel
- Renamed newShape/temporaryScript code to animationScript. svn-id: r31841
2008-05-03Fix compilation on MSVC (Updated project files and turned a 'int forced to ↵Kari Salminen
bool' warning off). svn-id: r31840
2008-05-03Fixed some valgrind warnings.Johannes Schickel
svn-id: r31839
2008-05-02WhitespacesEugene Sandulenko
svn-id: r31838
2008-05-02Add French and Italian texts. Thanks to Razial for helpEugene Sandulenko
svn-id: r31837
2008-05-02Add German stringsEugene Sandulenko
svn-id: r31836
2008-05-02fix bug in hof animator (incomplete initialization of _animObjects)Florian Kagerer
svn-id: r31835
2008-05-02Truly remove 8-bit charactersEugene Sandulenko
svn-id: r31834
2008-05-02The Last Dynasty starts and play the intro videos, so uncommenting its detectionSven Hesse
svn-id: r31833
2008-05-02Renderer test function in main.cppVicent Marti
svn-id: r31832
2008-05-02- Renamed ScreenAnimator -> Animator_v1Johannes Schickel
- Moved addItemToAnimList and deleteItemAnimEntry to KyraEngine_v2. svn-id: r31831
2008-05-02Fixing Fingolfin's commit :PSven Hesse
svn-id: r31830
2008-05-02Fix warningsMax Horn
svn-id: r31829
2008-05-02Added missing file.Johannes Schickel
svn-id: r31828
2008-05-02Remove 8-bit charactersEugene Sandulenko
svn-id: r31827
2008-05-02Yet more opcodes moved to KyraEngine_v2.Johannes Schickel
svn-id: r31826
2008-05-02Started to move opcodes used in both kyra2 and kyra3 to KyraEngine_v2.Johannes Schickel
svn-id: r31825
2008-05-02Add Spanish strings. Not used yet.Eugene Sandulenko
svn-id: r31824
2008-05-02Moved runSceneScript6 to KyraEngine_v2.Johannes Schickel
svn-id: r31823
2008-05-02Moved some character code from kyra2/kyra3 to KyraEngine_v2.Johannes Schickel
svn-id: r31822