aboutsummaryrefslogtreecommitdiff
path: root/init.cpp
AgeCommit message (Collapse)Author
2002-07-08delay 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-05hooked in new experimental, *incomplete* GUI code to F6/F7Max Horn
svn-id: r4464
2002-05-15Misc. fixesJames Brown
svn-id: r4338
2002-05-14removed 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-04-11Large pointless reindentation of all the code. Also fixed a few mistakesJames Brown
in the object flags code cleanup. Flags used: indent *.cpp -br -bap -nbc -lp -ce -cdw -brs -nbad -nbc -npsl -nip -ts2 -ncs -nbs -npcs -nbap -Tbyte -Tuint32 -Tuint8 -Tuint16 -TArrayHeader -TMemBlkHeader -TVerbSlot -TObjectData -Tvoid -TImageHeader -TRoomHeader -TCodeHeader -TResHdr -TBompHeader -TMidiChannelAdl -TGui -TScumm -TSoundEngine -TPart -TPlayer svn-id: r3908
2002-04-11Remove unneeded init stuffJames Brown
svn-id: r3905
2002-04-08.James Brown
svn-id: r3894
2002-03-30Another small init fix thanks to Valgrind (using Sam n Max this time).Lionel Ulmer
svn-id: r3841
2002-03-30Added some new initialisations thanks to Valgrind.Lionel Ulmer
Please could people more aware than me of ScummVM internals check if they are right :-) svn-id: r3840
2002-03-30Fixed compilation on Linux (by removing a Windowism :-) ).Lionel Ulmer
svn-id: r3839
2002-03-29Fix some VC6++ debug actor-related crashes.James Brown
Mask, Charset color and WaitForMessage hangs still remain. svn-id: r3838
2002-03-26Fix sound under VC++ debug. Actor masks, actor animation and talking are ↵James Brown
still broken. Help. someone? Anyone? svn-id: r3834
2002-03-25Add init.cpp to the cvsVincent Hamm
svn-id: r3831