Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-10 | newres.h is not needed anymore | Kostas Nakos | |
svn-id: r24267 | |||
2006-10-10 | Merge ozone header | Kostas Nakos | |
svn-id: r24266 | |||
2006-10-10 | Ooops, remove debug left overs | Travis Howell | |
svn-id: r24265 | |||
2006-10-10 | update project files | Paweł Kołodziejski | |
svn-id: r24264 | |||
2006-10-10 | now SmushPlayer is class created once same as SmushMixer while scumm engine ↵ | Paweł Kołodziejski | |
creation. this allow finish play smush audio track finished to the end instead immediately stopped as it was happen before svn-id: r24263 | |||
2006-10-10 | Fix and remove duplicate opcode for Elvira 1 | Travis Howell | |
svn-id: r24262 | |||
2006-10-10 | Fix guard response in Elvira 1 | Travis Howell | |
svn-id: r24261 | |||
2006-10-10 | Fix movement in Elvira 1 | Travis Howell | |
svn-id: r24260 | |||
2006-10-09 | Update GP2X backend with overloads for default config file stuff (including ↵ | John Willis | |
save location). svn-id: r24258 | |||
2006-10-09 | Fix GP2X ifdef error in initial patch. Sorry. | John Willis | |
svn-id: r24257 | |||
2006-10-09 | Casting 'buffer' to uint32 makes absolutely no sense to me. As far as I can | Torbjörn Andersson | |
tell, we just want to add an offset to a byte pointer. svn-id: r24254 | |||
2006-10-09 | Use correct video window values for each game and minor cleanup | Travis Howell | |
svn-id: r24253 | |||
2006-10-09 | Implement stdout/stderr redirection | Kostas Nakos | |
svn-id: r24252 | |||
2006-10-09 | Enable convert code for Amiga CD32 version of Simon1 too | Travis Howell | |
svn-id: r24251 | |||
2006-10-09 | Add Amiga ECS verison of Simon the Sorcerer 1 | Travis Howell | |
svn-id: r24250 | |||
2006-10-09 | NDS and GP2X ports will go to 0.9.1 | Eugene Sandulenko | |
svn-id: r24248 | |||
2006-10-09 | Fix the display of backgrounds in Amiga disk versions of Simon1 | Travis Howell | |
svn-id: r24247 | |||
2006-10-09 | Fix invalid reads during conversion | Travis Howell | |
svn-id: r24246 | |||
2006-10-09 | Minor cleanup | Travis Howell | |
svn-id: r24245 | |||
2006-10-09 | Update comment | Travis Howell | |
svn-id: r24244 | |||
2006-10-09 | Add conversion for planar graphics in Amiga version of Elvira 1/2 and Waxworks | Travis Howell | |
svn-id: r24243 | |||
2006-10-09 | Add conversion for planar graphics in Amiga version of Elvira 1/2 and Waxworks | Travis Howell | |
svn-id: r24242 | |||
2006-10-08 | Cleanup. | Johannes Schickel | |
svn-id: r24240 | |||
2006-10-08 | Updates to the GP2X backend specific README-GP2X (and HTML ver) | John Willis | |
svn-id: r24239 | |||
2006-10-08 | Oops... | Johannes Schickel | |
svn-id: r24238 | |||
2006-10-08 | Fixed disabled blending for classic theme. | Johannes Schickel | |
svn-id: r24237 | |||
2006-10-08 | Make modern and classic theme config files use the same version number. | Johannes Schickel | |
svn-id: r24236 | |||
2006-10-08 | Adding option to enable/disable blending for the classic theme. | Johannes Schickel | |
svn-id: r24234 | |||
2006-10-08 | Final fix for wrong cursor palettes in SCUMM games after using the GUI. | Johannes Schickel | |
svn-id: r24233 | |||
2006-10-08 | Making engines working again. | Johannes Schickel | |
svn-id: r24232 | |||
2006-10-08 | Displaying the theme name instead of the theme config file name in the ↵ | Johannes Schickel | |
'Misc' section of the Options dialog. svn-id: r24231 | |||
2006-10-08 | Now the 'gui_theme' setting saving works... | Johannes Schickel | |
svn-id: r24230 | |||
2006-10-08 | Adding a 'name' field to the theme config which is used for nice theme names ↵ | Johannes Schickel | |
in the theme browser. svn-id: r24229 | |||
2006-10-08 | Renaming classic.ini to classic080.ini. | Johannes Schickel | |
svn-id: r24228 | |||
2006-10-08 | Fixed compile. | Johannes Schickel | |
svn-id: r24227 | |||
2006-10-08 | removed not needed anymore time measures in smush code | Paweł Kołodziejski | |
svn-id: r24226 | |||
2006-10-08 | re-add missing break; removed by mistake | Paweł Kołodziejski | |
svn-id: r24225 | |||
2006-10-08 | Mention new GUI theme switching dialog in the NEWS. | Johannes Schickel | |
svn-id: r24224 | |||
2006-10-08 | Display the correct theme name if it's specified with --gui-theme | Johannes Schickel | |
svn-id: r24223 | |||
2006-10-08 | - reworked my commit for r24216, not 'Classic (Builtin)' uses the builtin ↵ | Johannes Schickel | |
classic theme and classic uses the classic.ini file - save the chosen theme now svn-id: r24222 | |||
2006-10-08 | remove handleSkip code, SKIP chunk is only used by INSANE code and exist ↵ | Paweł Kołodziejski | |
only in 4 SAN files: minedriv, toranch, tovista1, tovista2 svn-id: r24221 | |||
2006-10-08 | Announce the wince-gcc re-port | Kostas Nakos | |
svn-id: r24220 | |||
2006-10-08 | Update NEWS with new GP2X port added comment. | John Willis | |
svn-id: r24219 | |||
2006-10-08 | Added a comment about how the theme browser finds the themes. | Johannes Schickel | |
svn-id: r24218 | |||
2006-10-08 | - Forcing 'classic' as the builtin classic theme (which means it ignores the ↵ | Johannes Schickel | |
classic.ini atm) svn-id: r24216 | |||
2006-10-08 | Kill evc project files | Kostas Nakos | |
svn-id: r24215 | |||
2006-10-08 | small unify handleIACT function | Paweł Kołodziejski | |
svn-id: r24214 | |||
2006-10-08 | - Added dialog for selecting the theme to use | Johannes Schickel | |
- Added runtime theme switching svn-id: r24213 | |||
2006-10-08 | Initial commit of the wince-gcc re-port | Kostas Nakos | |
svn-id: r24212 | |||
2006-10-08 | fixed assert in isspace function because wrong variable type for chars when ↵ | Paweł Kołodziejski | |
they value is greater then 128. isspace take as "int" type param (at least in ms sdk) svn-id: r24210 |