Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-11 | Added support for the Italian fan translations of Inherit the Earth. The ↵ | Filippos Karapetis | |
original DOS CD, DOS floppy and the Wyrmkeep multi OS re-release CD have been translated to Italian svn-id: r30410 | |||
2008-01-11 | Fix assert that can be triggered in non-English versions of The Feeble Files ↵ | Travis Howell | |
for Amiga/Macintosh. svn-id: r30406 | |||
2008-01-11 | Cleanup and simplification | Filippos Karapetis | |
svn-id: r30405 | |||
2008-01-11 | Don't show help when the alt or shift keys are pressed | Filippos Karapetis | |
svn-id: r30404 | |||
2008-01-11 | Cleanup and simplification | Filippos Karapetis | |
svn-id: r30403 | |||
2008-01-11 | Added some paranoia checks. | Johannes Schickel | |
svn-id: r30398 | |||
2008-01-11 | Fix regression introduced with last commit. (Caused crash in Amiga version) | Johannes Schickel | |
svn-id: r30397 | |||
2008-01-10 | Commit slighty modified patch #1865509 "KYRA: kyradat support for hof". | Johannes Schickel | |
svn-id: r30394 | |||
2008-01-10 | add virtual keyboard show/hide calls | Kostas Nakos | |
svn-id: r30388 | |||
2008-01-10 | Fix for debug logging of the current action name | Paul Gilbert | |
svn-id: r30386 | |||
2008-01-10 | Fixed warnings. | Torbjörn Andersson | |
svn-id: r30379 | |||
2008-01-10 | Replaced the Blacksmith hack with an NPC Schedules list that stores the ↵ | Paul Gilbert | |
active schedule of an NPC when it's deactivated in case it's later reactivated again. svn-id: r30378 | |||
2008-01-10 | Remove disabling of moving using mouse in mines in Amiga's Gold Rush ↵ | Kari Salminen | |
introduced in r30375. So bug #1733297 remains although not stricly in its original form (Moving using mouse in the mines bugs still but not identically as when the bug report was given). svn-id: r30377 | |||
2008-01-10 | Disable moving using mouse in mines (Rooms 147-162) and ↵ | Kari Salminen | |
'adj.ego.move.to.x.y'-command (Which uses 2 arguments) in Amiga's Gold Rush. This temporary hack fixes bug #1733297 (GR: Actor stuck (Amiga version)). svn-id: r30375 | |||
2008-01-10 | Corrected the name of script method #39 which closes the town hall door | Paul Gilbert | |
svn-id: r30371 | |||
2008-01-10 | Changed an assertion to a warning | Filippos Karapetis | |
svn-id: r30369 | |||
2008-01-10 | Added proper reset of barmen data when game is restarted, and added missing ↵ | Paul Gilbert | |
barman data to savegames svn-id: r30367 | |||
2008-01-10 | Bugfix for incorrect data being saved for the current NPC the barmen are serving | Paul Gilbert | |
svn-id: r30365 | |||
2008-01-09 | Change an error to a warning | Filippos Karapetis | |
svn-id: r30363 | |||
2008-01-09 | Refactored some text drawing code. | Nicola Mettifogo | |
svn-id: r30362 | |||
2008-01-09 | Turned Gfx::setFont into a protected member, since now Gfx can automatically ↵ | Nicola Mettifogo | |
detect which font to use. Gfx still needs setFont internally to select fonts. The font shadowing introduced in revision 30221 has been removed as well, since the new approach handles it better. svn-id: r30361 | |||
2008-01-09 | Replaced the remaining old string code with the new label code. All the text ↵ | Nicola Mettifogo | |
is now drawn in the framebuffer instead of being blitted onto the internal game screen buffer. svn-id: r30360 | |||
2008-01-09 | Added handling of home/end keys in input dialogs and properly filtered out ↵ | Filippos Karapetis | |
non-alphanumeric keys svn-id: r30358 | |||
2008-01-09 | Fixed some issues with AGI keyboard input | Filippos Karapetis | |
svn-id: r30356 | |||
2008-01-09 | Bugfix for #1866784 - Castle Skorl can be activated multiple times | Paul Gilbert | |
svn-id: r30354 | |||
2008-01-09 | Bugfix for #1866782 - fixes the issue with the Blacksmith being reactivated ↵ | Paul Gilbert | |
after earlier being deactivated in the middle of hammering the anvil svn-id: r30353 | |||
2008-01-09 | Added a debug command, did some cleanup | Filippos Karapetis | |
svn-id: r30351 | |||
2008-01-09 | Cleanup of the debugger commands, added some more commands, removed now ↵ | Filippos Karapetis | |
obsolete debug code svn-id: r30350 | |||
2008-01-09 | Added a debug console for Mickey's Space Adventures | Filippos Karapetis | |
svn-id: r30349 | |||
2008-01-09 | Fix for #1866777 - adds saving of hotspot layer to savegames | Paul Gilbert | |
svn-id: r30347 | |||
2008-01-09 | Fixed popup menu height so bottom action doesn't partially overlap the ↵ | Paul Gilbert | |
bottom border svn-id: r30346 | |||
2008-01-08 | Restructured label handling and moved all related code to Gfx. | Nicola Mettifogo | |
svn-id: r30345 | |||
2008-01-08 | Removed useless members. | Nicola Mettifogo | |
svn-id: r30344 | |||
2008-01-08 | Added a proper _name member to Zone, instead of using the label text. | Nicola Mettifogo | |
svn-id: r30343 | |||
2008-01-08 | Changed method parameter name to prevent shadowing warning | Paul Gilbert | |
svn-id: r30340 | |||
2008-01-08 | Enhanced NPC walk-to logic to handle separately several special Ids that ↵ | Paul Gilbert | |
were previously handled identically svn-id: r30339 | |||
2008-01-08 | Bugfix for #1865552 - crash when waiting for patrol. Incorrect value was ↵ | Paul Gilbert | |
being passed to retrieve a hotspot pointer svn-id: r30336 | |||
2008-01-07 | Merged dos monospaced fonts subclasses into parent class. Handling is the ↵ | Nicola Mettifogo | |
same, and readability is more important than performance, especially when you call a routine only twice. svn-id: r30335 | |||
2008-01-07 | Revert temporary change. | Eugene Sandulenko | |
svn-id: r30334 | |||
2008-01-07 | Add Buddha and david_corrales to credits. | Eugene Sandulenko | |
svn-id: r30330 | |||
2008-01-07 | typo | Max Horn | |
svn-id: r30328 | |||
2008-01-07 | Reject AGIPAL-files with over 6 bits per color component. Makes at least ↵ | Kari Salminen | |
fanmade AGI game Naturette II's colors not be messed up anymore. svn-id: r30326 | |||
2008-01-07 | Add detection data for a finished fanmade AGI game Naturette IV (2007-10-05). | Kari Salminen | |
svn-id: r30324 | |||
2008-01-07 | Changed debug keys enablement to be on by default if a Debug Level is specified | Paul Gilbert | |
svn-id: r30322 | |||
2008-01-07 | Add partial implementation of obj.status.v-command (Based on observations of ↵ | Kari Salminen | |
the command's output in the Amiga version of Gold Rush!). svn-id: r30321 | |||
2008-01-07 | Removed some obsolete defines | Filippos Karapetis | |
svn-id: r30320 | |||
2008-01-07 | Fixed an MSVC warning | Filippos Karapetis | |
svn-id: r30319 | |||
2008-01-07 | Made debugging keys disabled by default, with a debugger command to allow ↵ | Paul Gilbert | |
them to be turned on svn-id: r30317 | |||
2008-01-06 | Indent with tabs instead of spaces. | Torbjörn Andersson | |
svn-id: r30315 | |||
2008-01-06 | Removed now useless functions. | Nicola Mettifogo | |
svn-id: r30314 |