aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-15TOLTECS: Work around undefined subtitle behaviour at script loadingTorbjörn Andersson
It may be because of an underlying bug, but there is at least one case where a script is unloaded and replaced by another script while that script slot still has an active subtitle. This causes it to print random garbage for me, and may be causing crashes for others. I've discussed this patch with johndoe, and he was ok with it, so let's see how it works out.
2013-03-15HOPKINS: Some refactoring and renaming in GENIAL()Strangerke
2013-03-14HOPKINS: More renamingStrangerke
2013-03-12HOPKINS: More renaming in LinesManagerStrangerke
2013-03-11HOPKINS: Rename variables and mild code rework in LinesManagerStrangerke
2013-03-10HOPKINS: Remove several magic values used for directionsStrangerke
2013-03-10BUILD: Add fix for "Illegal instruction: 4" on iPhone 5 and iPad 4.D G Turner
This binary patch fix is intended to allow testing in the interim on A6/A6X devices until the OSX porter updates the toolchains to cope with the newer iOS devices.
2013-03-10HOPKINS: More work on characterRoute()Strangerke
2013-03-09HOPKINS: Start reworking characterRoute()Strangerke
2013-03-09HOPKINS: Some renaming and refactoring in LinesManagerStrangerke
2013-03-09HOPKINS: Some more renaming in LinesManagerStrangerke
2013-03-08MOHAWK: Add Myst and Riven Polish detection entries.D G Turner
These are from bug #3606788 ("Mohawk: Myst: ME - polish MD5") and bug
2013-03-08HOPKINS: More renaming in LinesManagerStrangerke
2013-03-07HOPKINS: Remove a useless variable in cityMapRoute, some renamingStrangerke
2013-03-07HOPKINS: Get rid of a magic value, more renamingStrangerke
2013-03-07HOPKINS: More renaming in MIRACLE() and characterRoute()Strangerke
2013-03-06HOPKINS: Some renaming in LinesManagerStrangerke
2013-03-06HOPKINS: Some more renaming in LinesManagerStrangerke
2013-03-05HOPKINS: Remove the last GOTOsStrangerke
2013-03-05HOPKINS: Some more renaming in FontManagerStrangerke
2013-03-05HOPKINS: Rename cutscenes functionsStrangerke
2013-03-05HOPKINS: Misc renaming and refactoringStrangerke
2013-03-05HOPKINS: Remove debugging hackStrangerke
2013-03-04CREDITS: Added NoiZeEugene Sandulenko
2013-03-04HOPKINS: Some renamingStrangerke
2013-03-03MT-32: Sync with the latest changes in muntFilippos Karapetis
2013-03-03MT-32: Also replace cosf() (C99) with cos()Filippos Karapetis
2013-03-03MT-32: Avoid using sinf() (which is C99) in favor of sin()Filippos Karapetis
2013-03-02JANITORIAL: Remove unnecessary semicolonsTorbjörn Andersson
2013-03-02HOPKINS: Some renaming and refactoring in LinesManagerStrangerke
2013-03-02MT32: Sync with the latest changes in muntFilippos Karapetis
The major change is the addition of a refined wave generator based on logarithmic fixed-point computations and LUTs
2013-03-02MT32: Update copyright yearFilippos Karapetis
2013-03-02HOPKINS: Rework two opcodesStrangerke
2013-03-01HOPKINS: More renaming in savegame structureStrangerke
2013-03-01HOPKINS: Rename some more savegame indexesStrangerke
2013-02-28HOPKINS: Forgotten file in previous commitStrangerke
2013-02-28HOPKINS: Rename some members of savegame offset enum, remove some unused onesStrangerke
2013-02-27HOPKINS: Some renaming in ScripManagerStrangerke
2013-02-27HOPKINS: Update creditsStrangerke
2013-02-27HOPKINS: Remove dead code in ObjectsManager, some renamingStrangerke
2013-02-27HOPKINS: Fix bug in previous commit. Thanks Kirben for pointing to itStrangerke
2013-02-27HOPKINS: Get rid of magic values in FilesManagerStrangerke
2013-02-26HOPKINS: Get rid of a magic value in save/load dialogsStrangerke
2013-02-26DREAMWEB: Make some static arrays constThierry Crozat
2013-02-26Hopkins: More renaming in LinesManagerStrangerke
2013-02-26DREAMWEB: Add localised commands in the network terminalThierry Crozat
The original interpreter only used english commands in the terminal even when playing one of the localised version (and even though everything else in the terminal was localised). This adds the possibility to either use the English commands or the localised ones. Localized commands have been added for French, German (thanks to SimSaw, who also proposed that idea) and Italian (thanks to Maff).
2013-02-26HOPKINS: Some more renaming in LinesManagerStrangerke
2013-02-26HOPKINS: Some renaming in LinesManagerStrangerke
2013-02-26HOPKINS: Some renaming in GraphicsManagerStrangerke
2013-02-26CONFIGURE: Mark that Hopkins requires 16bpp support.Johannes Schickel