Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-04 | TONY: Rename variables and functions in tony.h | Strangerke | |
2012-06-04 | TONY: Modify detection in order to use roasted.mpc too. Add French, German, ↵ | Strangerke | |
Italian and Polish versions. This also breaks the English game detection. To be fixed! | |||
2012-06-03 | TONY: Workaround for hang on title screen if you click with a y = 0 | Paul Gilbert | |
2012-06-02 | TONY: Extra initialisation of globals | Paul Gilbert | |
2012-06-02 | TONY: Fix memory leak when game exited whilst credits are active | Paul Gilbert | |
2012-06-02 | TONY: Fix Valgrind warnings of checks on uninitialised variables | Paul Gilbert | |
2012-06-02 | TONY: Fixed memory leaks with the Options screen | Paul Gilbert | |
2012-06-02 | TONY: Correcting full english version detection entries. | D G Turner | |
Though the CD contains installshield cabinets, these don't contain the required datafiles. These are instead already found on the CD in the directories named "Music", "Voices" and "Roasted". The last of these contains the main datafiles and executables. It appears the installshield cabinet format here is using a rare "external" link format pointing to the files and folders on the CD. Since the files are on the CD anyway, the "compressed" entry is not required. However, the detection entry is likely to need some more changes to support detection of these in the original CD folder structure.. | |||
2012-06-02 | TONY: Removed redundant vdb mutex | Paul Gilbert | |
2012-06-02 | TONY: Add detection entries for full english game release. | D G Turner | |
Also, now versions using uncompressed game data will be marked with "Extracted" in the launcher detection description. This should help in detecting any performance issues in future bug reports from user using compressed vs. extracted game data. | |||
2012-06-02 | TONY: Remove TEMPORARY_DISABLED define from detection tables. | D G Turner | |
2012-06-02 | TONY: Fix compiler warning of not using a deferenced pointer | Paul Gilbert | |
2012-05-28 | TONY: Add support for using the compressed version of the demo | Matthew Hoops | |
2012-05-24 | TONY: Fix type casting in LetterLength method | Paul Gilbert | |
2012-05-23 | TONY: Some more code formatting | Strangerke | |
2012-05-21 | TONY: Some more code formatting | Strangerke | |
2012-05-22 | TONY: Implemented ScummVM debugger, with an initial 'scene' command | Paul Gilbert | |
2012-05-21 | TONY: Improve the screen wipe logic. | Paul Gilbert | |
The circular area now properly reaches to the edge of the screen when changing scenes. | |||
2012-05-21 | TONY: Removed redundant pause code. | Paul Gilbert | |
The original paused the game whilst dragging the window, and ScummVM takes care of that automatically. | |||
2012-05-20 | TONY: Miscellaneous comment translations and comment cleanup | Paul Gilbert | |
2012-05-20 | TONY: Removal of code that was commented out in the original source | Paul Gilbert | |
2012-05-20 | TONY: Remove original header | Paul Gilbert | |
2012-05-20 | TONY: Converting Italian comments to English | Paul Gilbert | |
2012-05-20 | TONY: Converting Italian comments to English and formatting | Paul Gilbert | |
2012-05-20 | TONY: Converting Italian comments to English and formatting | Paul Gilbert | |
2012-05-20 | TONY: Endian fix | Paul Gilbert | |
2012-05-20 | TONY: Converting Italian comments to English and formatting | Paul Gilbert | |
2012-05-20 | TONY: Removed unused drive & folder defines and code | Paul Gilbert | |
2012-05-20 | TONY: Converted #ifdefs for different language fonts setup | Paul Gilbert | |
It now uses the ScummVM language from the game's detection entry, so foreign language versions like French and German should now load correctly. | |||
2012-05-20 | TONY: Fix issues with font loading and display of accented characters | Paul Gilbert | |
2012-05-20 | TONY: Added assert for character indexes outside provided font | Paul Gilbert | |
2012-05-19 | TONY: Converted some warning calls to debugC | Paul Gilbert | |
2012-05-19 | TONY: Formatting fixes | Paul Gilbert | |
2012-05-19 | TONY: Converting Italian comments to English | Paul Gilbert | |
2012-05-19 | TONY: Change "it's" to "its" in comments where appropriate. (I think.) | Torbjörn Andersson | |
2012-05-19 | TONY: Removed deprecated MPAL stubs file | Paul Gilbert | |
2012-05-19 | TONY: Endian fix in expression parser | Paul Gilbert | |
2012-05-19 | TONY: Converting comments to English and formatting | Paul Gilbert | |
2012-05-18 | TONY: Implemented support for loading savegames directly from the launcher. | Paul Gilbert | |
It's not perfect.. the startup screen briefly flashes, and Tony briefly disappears when you do a first action afterwards. | |||
2012-05-18 | TONY: Converting method comments to DOXYGEN format | Paul Gilbert | |
2012-05-17 | TONY: Fix compiling with GCC | Torbjörn Andersson | |
2012-05-17 | TONY: Add a check to prevent GMM saving in the demo | Paul Gilbert | |
2012-05-17 | TONY: Handle translating savegame thumbnail for display in ScummVM GMM | Paul Gilbert | |
2012-05-17 | TONY: Work on enabling GMM saving and loading | Paul Gilbert | |
2012-05-14 | TONY: Fix some formatting | Strangerke | |
2012-05-14 | TONY: Implemented list-saves and delete save functionality | Paul Gilbert | |
2012-05-14 | TONY: Replace stubs for TakeOwnership/ReleaseOwnership with actual ↵ | Paul Gilbert | |
implementation | |||
2012-05-14 | TONY: Added endian fixes for reading data | Paul Gilbert | |
2012-05-14 | TONY: Fixed suspicious casting | Paul Gilbert | |
2012-05-14 | TONY: Fixed nasty cast in ItemIrq initialisation | Paul Gilbert | |