Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-15 | no need to error out on Flashlight | Max Horn | |
svn-id: r4559 | |||
2002-07-15 | fixed my fix - mouse cursor now moves again in new GUI | Max Horn | |
svn-id: r4550 | |||
2002-07-15 | fixed pause mode; changed semantics of getRandomNumber slightly | Max Horn | |
svn-id: r4544 | |||
2002-07-14 | Duh - COMPILE before commit. | James Brown | |
Fix stupid typo x 3 svn-id: r4543 | |||
2002-07-14 | Reapply the Zak cashcard var exclusions... two of them somehow vanished | James Brown | |
out of the code during rewrites. svn-id: r4542 | |||
2002-07-13 | added latest of painelf's patches which makes NewGui handle system events ↵ | Max Horn | |
directly (code becomes much cleaner and more powerful this way); he also implemented a 'focus' item in NewGui; atop of this several changes of my own that further improve the GUI behaviour svn-id: r4541 | |||
2002-07-13 | took painelf's change, modified it a lot, and now here's the result :-) | Max Horn | |
svn-id: r4540 | |||
2002-07-13 | renamed fadeToBlackEffect to fadeOut; renamed screenEffect to fadeIn; ↵ | Max Horn | |
implemented oldRoomEffect (fixes room transitions in MonkeyVGA and Indy3) svn-id: r4536 | |||
2002-07-12 | small indention fix | Max Horn | |
svn-id: r4526 | |||
2002-07-10 | added prototype ListWidget (doesn't do anything yet, only serves to demo how ↵ | Max Horn | |
it might look); renamed various NewGui methods and added frameRect method; made NewGui use our 'own' GUI colors (no worries if you don't like them, this is just an experiment); StaticTextWidget now clones its label (preventing problems when a game was loaded, thus invalidating string locations in memory) svn-id: r4513 | |||
2002-07-08 | delay creation of dialogs till they are used; fixed new pause dialog & use ↵ | Max Horn | |
it instead of the old one; dirty area handling in new gui code is more logical/useful now svn-id: r4487 | |||
2002-07-05 | hooked in new experimental, *incomplete* GUI code to F6/F7 | Max Horn | |
svn-id: r4464 | |||
2002-07-02 | yes, yaz0r, there is a much better way to do this :-); also removed some ↵ | Max Horn | |
unused stuff svn-id: r4449 | |||
2002-07-02 | gee, why hardcode the ascii codes if we can use char constants? Also, volume ↵ | Max Horn | |
up was mapped to '=' not '+' despite the comment indicating otherwise svn-id: r4445 | |||
2002-06-16 | Fix Simon case sensitivity, work around Win32 SDL bug (hang on audio exit) | James Brown | |
svn-id: r4421 | |||
2002-06-07 | removed useless (read: already done in other place) code | Max Horn | |
svn-id: r4414 | |||
2002-06-04 | more Actor class cleanup; renamed unkRoomFunc4 to palManipulate and added an ↵ | Max Horn | |
icky, wrong implementation for it - yes this is complete nonsense but I'll try to replace it with the right thing RSN :-) svn-id: r4404 | |||
2002-06-02 | another attempt to fix #529538 | Max Horn | |
svn-id: r4394 | |||
2002-06-01 | fixed script dumping for small header games (by MadMoose) | Max Horn | |
svn-id: r4390 | |||
2002-05-23 | moved more stuff out of the Scumm class (usage of g_scumm is only temporary, ↵ | Max Horn | |
Endy, no worries <g>); some other cleanup svn-id: r4376 | |||
2002-05-22 | Fixed a bit of dig's walking bugs. But I'm still diabling the walk script ↵ | Vincent Hamm | |
since it's causing troubles.. svn-id: r4371 | |||
2002-05-20 | Temp removal of the actor walk script execution to fix dig's walking | Vincent Hamm | |
svn-id: r4364 | |||
2002-05-19 | fixed #557574 - quickload/save shortcuts where passed on to game engine, ↵ | Max Horn | |
which is wrong svn-id: r4354 | |||
2002-05-18 | Big ugly hairy hack to remove Scumm class dependencies to the MidiEmu ↵ | Nicolas Bacca | |
driver, and add streaming (ahah) emulation - someone please fix this as soon as possible :) svn-id: r4349 | |||
2002-05-15 | Misc. fixes | James Brown | |
svn-id: r4338 | |||
2002-05-14 | removed actor.h from scumm.h; added _scumm member var to class Actor; some ↵ | Max Horn | |
var renaming in preparation of more methord refactoring svn-id: r4333 | |||
2002-05-14 | some cleanup | Max Horn | |
svn-id: r4324 | |||
2002-05-14 | refactored parts of actor.cpp: many methods are now members of class Actor ↵ | Max Horn | |
instead of class Scumm. This is still work in progress! svn-id: r4319 | |||
2002-05-14 | Remove SCUMM dependancies from SDL.C - This fixes a regular crash in Simon ↵ | James Brown | |
due to the autosaver. This changes the OSystem interface. Porters beware. svn-id: r4318 | |||
2002-05-12 | renamed unkVirtScreen4 to fadeToBlackEffect; fixed graphic transition glitch ↵ | Max Horn | |
(#551584) svn-id: r4294 | |||
2002-05-11 | FIXME to re-enable F5 under zak256 until we support the ingame save/load dialog | James Brown | |
svn-id: r4282 | |||
2002-05-10 | rewrote many_direction_tab a bit to make it clearer where that values come from | Max Horn | |
svn-id: r4274 | |||
2002-05-10 | added FIXME comment | Max Horn | |
svn-id: r4273 | |||
2002-05-10 | renamed fixActorDirection to setActorDirection; fixed a bug causing wrong ↵ | Max Horn | |
actor directions svn-id: r4260 | |||
2002-05-08 | Fix next to last Zak bugs. | James Brown | |
Zak256 is now completable apart from getting stuck in the shop (walkbox issue) svn-id: r4242 | |||
2002-05-08 | made most stuff in gui class protected, as it should be; moved internal ↵ | Max Horn | |
definitions from gui.h to gui.cpp; added up/down arrows to save dialog (ugly, but better than nothing IMO svn-id: r4234 | |||
2002-05-07 | First commit of the OPL2 MIDI driver (to have MIDI music without | Lionel Ulmer | |
requiring any OS-level MIDI support). This was taken from AdPlug. This is *very* buggy for now (well, it works, but it sounds just plain ugly :-) ). svn-id: r4232 | |||
2002-05-07 | Beginning of support for multiple resolutions. | James Brown | |
Makes Zak256 inventory scrolling work. svn-id: r4227 | |||
2002-05-06 | Add raw PCM part to dig .bun decompressor. | James Brown | |
svn-id: r4219 | |||
2002-05-05 | Add hotkeys for text speed / master volume | James Brown | |
svn-id: r4218 | |||
2002-05-05 | Add text speed option (-y for Yak :) | James Brown | |
svn-id: r4216 | |||
2002-05-05 | cleaning up the mess drigo left... <sigh> | Max Horn | |
svn-id: r4215 | |||
2002-05-05 | Fixed some things for Macintosh ports | Enrico Rolfi | |
svn-id: r4212 | |||
2002-05-04 | Change the 'poperty' call to be 64-bits clean. | Lionel Ulmer | |
Porters, please check that I did not break anything while updating your ports. Thanks :-) svn-id: r4196 | |||
2002-05-04 | automatic detecion of MT32 vs. GM midi; removed obsolete -r command line option | Max Horn | |
svn-id: r4193 | |||
2002-05-03 | REALLY fix -m. For sure. Trust me. :) | James Brown | |
svn-id: r4181 | |||
2002-05-03 | Fix -m option. | James Brown | |
svn-id: r4180 | |||
2002-05-01 | Initialize the private frame buffer at '0' to prevent a lot of | Lionel Ulmer | |
Valgrind errors in the first Smush movie of TheDig. svn-id: r4158 | |||
2002-04-28 | MI1 CD audio should work better now. Still a bit flaky but should be | Lionel Ulmer | |
better than before :-) svn-id: r4128 | |||
2002-04-28 | Prevent debugger attach when we have switched to full-screen. | Lionel Ulmer | |
svn-id: r4125 |