Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-02 | Fix warnings | Max Horn | |
svn-id: r31829 | |||
2008-04-30 | Implemented savegame loading/saving and sprite clipping | Benjamin Haisch | |
Fixed bug in Screen::printTextEx Implemented opcodes: - o1_DRAWTEXT - o1_DRAWMENU - o1_MENUCOUNT - o1_SAVEGAME - o1_LOADGAME - o1_GAMENAME svn-id: r31794 | |||
2008-04-29 | Fixed bug in o1_READMENU where an incorrect string length was returned. | Benjamin Haisch | |
Also fixed o1_EVENT to return the correct event number when a key was pressed and removed the debug code there. svn-id: r31781 | |||
2008-04-29 | Fix warning | Max Horn | |
svn-id: r31778 | |||
2008-04-28 | Implemented text drawing and cleanup. | Benjamin Haisch | |
svn-id: r31756 | |||
2008-04-24 | Implemented opcodes o1_DROPSHADOW, o1_TEXTCOLOR, o1_OUTLINE. Added some ↵ | Filippos Karapetis | |
initial code for opcode o1_TEXTRECT svn-id: r31711 | |||
2008-04-24 | Some initial code for font loading | Filippos Karapetis | |
Implemented opcode o1_LOADANIM svn-id: r31698 | |||
2008-04-24 | Unimplemented commands and opcodes throw a warning now | Filippos Karapetis | |
svn-id: r31693 | |||
2008-04-24 | Slight cleanup to o1_PLAYSND | Filippos Karapetis | |
svn-id: r31684 | |||
2008-04-23 | Added (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-23 | Fixed 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-23 | In-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-22 | Implemented o1_EVENTKEY. Removed some debug delays | Filippos Karapetis | |
svn-id: r31655 | |||
2008-04-22 | Added palette locking and some wip sound playing code. Some cleanup | Filippos Karapetis | |
svn-id: r31654 | |||
2008-04-21 | Some palette related fixes | Filippos Karapetis | |
svn-id: r31650 | |||
2008-04-21 | Removed Functor2 class definition. | Benjamin Haisch | |
svn-id: r31639 | |||
2008-04-20 | Catch EVENT_QUIT events, too. I realize that g_system->quit() isn't the nicest | Torbjörn Andersson | |
way to quit a game, but it beats not being able to quit at all. svn-id: r31617 | |||
2008-04-20 | Changed spaces to tabs. | Torbjörn Andersson | |
svn-id: r31610 | |||
2008-04-20 | Initial import of the work in progress MADE engine | Filippos Karapetis | |
svn-id: r31599 |