Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2008-01-06 | Fixes wrong type. | Nicola Mettifogo | |
svn-id: r30313 | |||
2008-01-06 | Indent with tabs instead of spaces. | Torbjörn Andersson | |
svn-id: r30312 | |||
2008-01-06 | Moved balloons management into Gfx, which is now responsible for positioning ↵ | Nicola Mettifogo | |
and drawing. All balloons are now drawn on a different layer than the game graphics, thus simplifying screen management. Dialogue code has undergone a major revision, and the superior implementation of answer selection in the Amiga version is now used in place of the poor PC one. Other bits (where some changes had already been introduced) have been updated, too. svn-id: r30311 | |||
2008-01-06 | store the disk sounds/music were actually *loaded* from, instead of the ↵ | Max Horn | |
'current' disk svn-id: r30310 | |||
2008-01-06 | update msvc8 too from msvc9 | Paweł Kołodziejski | |
svn-id: r30309 | |||
2008-01-06 | Unify mixer pan/vol setting code | Max Horn | |
svn-id: r30308 | |||
2008-01-06 | update project agos project file | Paweł Kołodziejski | |
svn-id: r30307 | |||
2008-01-06 | Copy pred.dic for the iPhone and Amiga dist targets, too | Max Horn | |
svn-id: r30304 | |||
2008-01-06 | Fix path for engine data. | Travis Howell | |
svn-id: r30303 | |||
2008-01-06 | Some fixes to 'dist' targets -- use srcdir to reference files in the source ↵ | Max Horn | |
dir (makes it possible to build in external directories) svn-id: r30302 | |||
2008-01-06 | Patch #1862888: BUILD: Automate the list of data files to be distributed | Max Horn | |
svn-id: r30301 | |||
2008-01-06 | Remove unused Amiga OCS font data, the AGA font data can by used by all ↵ | Travis Howell | |
Amiga versions of Simon the Sorcerer 1. svn-id: r30300 | |||
2008-01-06 | Split charset font data. | Travis Howell | |
svn-id: r30299 | |||
2008-01-06 | Fix bug #1864932: COMI: Game crashes on difficulty selection screen | Max Horn | |
svn-id: r30298 | |||
2008-01-06 | Fix regression in Let's Explore the Farm with Buzzy demo. | Travis Howell | |
svn-id: r30296 | |||
2008-01-06 | Committed patch #1864214 "KYRA2: correct platform and talkie flags for ↵ | Johannes Schickel | |
sequence player". svn-id: r30290 | |||
2008-01-06 | Resort a few cases and opcodes in HE code. | Travis Howell | |
svn-id: r30289 | |||
2008-01-06 | Changed the frame delay for part of the introduction sequence to match the ↵ | Paul Gilbert | |
original game and prevent the music from running out before the next animation begins svn-id: r30287 | |||
2008-01-06 | Fix to show talk dialogs in EGA mode using the EGA palette | Paul Gilbert | |
svn-id: r30286 | |||
2008-01-06 | Fixed compilation | Filippos Karapetis | |
svn-id: r30285 | |||
2008-01-06 | cleanup | Max Horn | |
svn-id: r30284 | |||
2008-01-06 | clarify comment | Max Horn | |
svn-id: r30283 | |||
2008-01-05 | Made IMuseDigital::stopSound use flushTrack instead of setting ↵ | Max Horn | |
track->toBeRemoved = true; cleanup in flushTrack() svn-id: r30282 | |||
2008-01-05 | Removed unnecessary newline in debug message. | Torbjörn Andersson | |
svn-id: r30279 | |||
2008-01-05 | Let the audio mixer take care of (i.e. dispose) the Track::stream object, too | Max Horn | |
svn-id: r30277 | |||
2008-01-05 | stop low priority sounds which we want to override immediatly | Max Horn | |
svn-id: r30275 | |||
2008-01-05 | VAR_TMR_4 has a special role from VAR_TMR_1 till 3 (in particular, it exists ↵ | Max Horn | |
across far more SCUMM versions), so rename it to VAR_TIMER_TOTAL svn-id: r30271 | |||
2008-01-05 | Fixed warning. | Torbjörn Andersson | |
svn-id: r30269 | |||
2008-01-05 | Play SOU data instantly, not slightly delayed -> allows us to get rid of ↵ | Max Horn | |
Track::streamSou & Track::mixerStreamRunning (have not yet removed the latter to avoid introducing a new savegame version) svn-id: r30268 | |||
2008-01-05 | Seems IMuseDigital::cloneToFadeOutTrack was using the wrong pan value all ↵ | Max Horn | |
the time svn-id: r30267 | |||
2008-01-05 | Moved some code which was being duplicated to methods of class Track | Max Horn | |
svn-id: r30266 | |||
2008-01-05 | Let the audio mixer delete the streamSou object | Max Horn | |
svn-id: r30265 | |||
2008-01-05 | Workaround for Amiga Gold Rush's broken picture 147 by patching it. | Kari Salminen | |
svn-id: r30263 |