aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-02Renderer test function in main.cppVicent Marti
svn-id: r31832
2008-05-02Even more whitespace fixes.Eugene Sandulenko
svn-id: r31803
2008-05-01Missing code formatting conventions.Vicent Marti
svn-id: r31800
2008-05-01Implemented base API for the Vector Renderer.Vicent Marti
Added line drawing. svn-id: r31799
2008-04-24Add textstrings for MADE and M4 engines.Lars Persson
svn-id: r31702
2008-04-24Cleanup & typo.Kari Salminen
- Use sizeof(_name) instead of magic number 10 with memset - 'usually' instead of 'ussually' - 'delete[]' instead of 'delete []' - Fixed parameter name discrepancy between loadResource's definition and declaration svn-id: r31701
2008-04-24Comment patch #1949695Eugene Sandulenko
svn-id: r31700
2008-04-24Patch #1949695: "set defaultTo1XScaler depending on width with CJK mode"Eugene Sandulenko
svn-id: r31699
2008-04-24Some initial code for font loadingFilippos Karapetis
Implemented opcode o1_LOADANIM svn-id: r31698
2008-04-24Fixed warning.Torbjörn Andersson
svn-id: r31697
2008-04-24Fixed regression: CINE games crashed when a message box appeared (patch by ↵Filippos Karapetis
next_ghost) svn-id: r31696
2008-04-24Output error message when kyra.dat initialization fails because of old ↵Johannes Schickel
version or missing entries. svn-id: r31695
2008-04-24Fixed bug in loadMalcolmShapes.Johannes Schickel
svn-id: r31694
2008-04-24Unimplemented commands and opcodes throw a warning nowFilippos Karapetis
svn-id: r31693
2008-04-24More cleanupFilippos Karapetis
svn-id: r31692
2008-04-24Cleanup and simplification of the music playing codeFilippos Karapetis
svn-id: r31691
2008-04-24Implemented opcodes:Johannes Schickel
- 15: o3_setCharacterFacing - 107: o3_waitForConfirmationClick svn-id: r31690
2008-04-24Implemented special item string selection for french version of Kyra3.Johannes Schickel
svn-id: r31689
2008-04-24Fixed command line string when picking up item.Johannes Schickel
svn-id: r31688
2008-04-24Fixed bug in checkCharCollision.Johannes Schickel
svn-id: r31687
2008-04-24CleanupFilippos Karapetis
svn-id: r31686
2008-04-24More kyra3 item drop down code.Johannes Schickel
svn-id: r31685
2008-04-24Slight cleanup to o1_PLAYSNDFilippos Karapetis
svn-id: r31684
2008-04-24Updated MSVC project files of the made engine for commit #31682Filippos Karapetis
svn-id: r31683
2008-04-23Added (early) midi player code.Benjamin Haisch
Added "screen flash" effect. Implemented opcodes: - o1_PLAYMUS - o1_STOPMUS - o1_ISMUS - o1_FLASH - o1_LOADSND - o1_LOADMUS svn-id: r31682
2008-04-23Implemented parts of item drop down code for Kyra3.Johannes Schickel
svn-id: r31681
2008-04-23Updated kyra MSVC project files for commit #31676Filippos Karapetis
svn-id: r31680
2008-04-23Cleanup. (and little addition to showInventory)Johannes Schickel
svn-id: r31679
2008-04-23This memory is released with free(), so it has to be allocated with malloc(),Torbjörn Andersson
not new. Fixes a Valgrind warning. svn-id: r31678
2008-04-23Fixed signed/unsigned warning.Torbjörn Andersson
svn-id: r31677
2008-04-23Implmenented inventory show/hide.Johannes Schickel
svn-id: r31676
2008-04-23Fixed palette issues when showing the inventory and the menu.Benjamin Haisch
Moved drawing code from drawFlex/drawAnimFrame to drawSurface. Implemented opcodes: - o1_VISUALFX - o1_SCREENLOCK - o1_SETTIMER - o1_SETGROUND - o1_SETCLIP - o1_SETEXCLUDE svn-id: r31675
2008-04-23Cleanup.Johannes Schickel
svn-id: r31674
2008-04-23- Implemented idle animation/talk handling in kyra3Johannes Schickel
- Implemented opcodes: 110: o3_runTemporaryScript - fixed idle animation handling in kyra2 svn-id: r31673
2008-04-23Surely, it's the "version" of Return to Zork with rtzcd.red that should haveTorbjörn Andersson
the GF_CD_COMPRESSED flag? svn-id: r31672
2008-04-23- Fixed possible memory leak.Johannes Schickel
- Corrected processNewShape implementation. svn-id: r31671
2008-04-23Removed file existence checks to determine game version and added game flags ↵Filippos Karapetis
instead. Added the MD5 of the English floppy version of Return to Zork svn-id: r31670
2008-04-23- cleanupJohannes Schickel
- some valgrind warning fixes svn-id: r31669
2008-04-23Loading from rtzcd.red should now actually work.Benjamin Haisch
svn-id: r31668
2008-04-23Fixed warning about potentially undefined behaviour.Torbjörn Andersson
svn-id: r31667
2008-04-23In-game sound effects and voices should be working correctly now.Filippos Karapetis
Implemented the following opcodes: - o1_PLAYSND - o1_ISSND - o1_STOPSND - o1_PLAYVOICE - o1_SOUNDRATE - o1_SETVOLUME svn-id: r31666
2008-04-23- Implemented opcode: 14: o3_moveCharacterJohannes Schickel
- Fixed opcode 44 and renamed it to o3_handItemSet, this fixes loads of input and enter scene facing problems. svn-id: r31665
2008-04-23Implemented opcodes:Johannes Schickel
- 8: o3_getMalcolmsSpirit - 52: o3_setMalcolmsSpirit - 65: o3_updateConversations - 117: o3_runDialog svn-id: r31664
2008-04-23Update MSVC project files for MADE (Added redreader.h and redreader.cpp ↵Kari Salminen
introduced in r31661). svn-id: r31663
2008-04-23Implemented opcode 118: o3_malcolmRandomChat.Johannes Schickel
svn-id: r31662
2008-04-23Implemented direct loading of rtzcd.dat from the archive rtzcd.red, i.e. the ↵Benjamin Haisch
game doesn't have to be installed first to get rtzcd.dat. Also added the respective detection entry. svn-id: r31661
2008-04-22Implemented some kyra3 dialog support.Johannes Schickel
- Room enter talks by malcolm should be working now - Zanthia should say now some lines after landing svn-id: r31660
2008-04-22Fix initialization of Apple //gs soundEugene Sandulenko
svn-id: r31659
2008-04-22Remove line from buildscriptLars Persson
svn-id: r31658
2008-04-22Implemented opcodes:Johannes Schickel
- 32: o3_setHandItem - 33: o3_removeHandItem - 50: o3_wipeDownMouseItem - 116: o3_runActorScript - 136: o3_countItemInstances svn-id: r31657