summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-01-17Committing Allegro -> SDL switch, hugely breaking the game.Bjørn Lindeijer1-70/+65
2005-01-15Fixed screenshot taking and changed chat box in Guichan widget.Bjørn Lindeijer1-14/+15
2005-01-15Fixed upping skills.Bjørn Lindeijer1-3/+3
2005-01-15Cleaned up includes, separated engine from graphics and single buffer nowBjørn Lindeijer1-8/+8
2005-01-15Fixed and improved deathEugenio Favalli1-5/+14
2005-01-15CleaningEugenio Favalli1-3/+0
2005-01-15Being struct/class switchEugenio Favalli1-148/+166
2005-01-15Fixing crash on death. Death handling could still be improved though.Bjørn Lindeijer1-34/+48
2005-01-15Solved stats window problem with updating variable and sending stat update.Bjørn Lindeijer1-20/+20
2005-01-14*** empty log message ***Yohann Ferreira1-3/+3
2005-01-14*** empty log message ***Yohann Ferreira1-3/+3
2005-01-13*** empty log message ***Yohann Ferreira1-1/+3
2005-01-12*** empty log message ***Yohann Ferreira1-9/+10
2005-01-12*** empty log message ***Yohann Ferreira1-0/+9
2005-01-11Implemented parent relationship for Window class and converted more ok dialogsBjørn Lindeijer1-6/+6
2005-01-08Well improved window container and window widgets a bit, and made a startBjørn Lindeijer1-23/+1
2005-01-04Converted level.wav to level.oggBjørn Lindeijer1-2/+2
2005-01-04Converted Skills dialog from old gui to Guichan. Files modified: graphics.cpp...Aaron Marks1-13/+11
2005-01-03Indenting and comment updates.Bjørn Lindeijer1-560/+562
2005-01-02Added some commented SDL code to prepare for switch.Bjørn Lindeijer1-7/+44
2005-01-01Some changes that should be quite meaningless.Bjørn Lindeijer1-48/+44
2004-12-29Ported the npc text dialog and some other small updates.Bjørn Lindeijer1-20/+16
2004-12-29Ported NPC list dialog to Guichan.Bjørn Lindeijer1-5/+6
2004-12-29Changes to disable sound on Windows.Bjørn Lindeijer1-2/+10
2004-12-29Subclassed AllegroInput to intercept shortcuts.Bjørn Lindeijer1-95/+104
2004-12-29- ported sound engine to SDL_MixerAlexander Baldeck1-5/+7
2004-12-28A few cleanups and small fix to sell dialog.Bjørn Lindeijer1-1/+0
2004-12-28Ported sell dialog to Guichan.Bjørn Lindeijer1-7/+14
2004-12-28Make stats window display numbers instead of characters.Bjørn Lindeijer1-67/+56
2004-12-28Added update method to statsMateusz Kaduk1-17/+22
2004-12-28Simplified graphic engineEugenio Favalli1-4/+4
2004-12-28Fixed coding style.Mateusz Kaduk1-1/+4
2004-12-28Inventory dialog is also not a dialog.Bjørn Lindeijer1-7/+7
2004-12-28Oh and the status dialog was actually just a window.Bjørn Lindeijer1-1/+1
2004-12-28Renamed stats dialog to status dialog, which it is and to make room for theBjørn Lindeijer1-1/+1
2004-12-28Ported buy/sell dialog, made sure mouse is only drawn once and updated buildBjørn Lindeijer1-1/+1
2004-12-27Ok dialog (still to complete)Eugenio Favalli1-232/+242
2004-12-26Ported the inventory dialog over to Guichan. For the moment it is notBjørn Lindeijer1-11/+13
2004-12-26Ported buy dialog, which could still use visual improvement, and addedBjørn Lindeijer1-8/+10
2004-12-26- final touch to writing mechanism of the config systemAlexander Baldeck1-55/+59
2004-12-25Fix forgotten commit and increased static inventory size to 100 for now.Bjørn Lindeijer1-1/+1
2004-12-25Some corrections made to parse_items. Something still seems to go wrong at theBjørn Lindeijer1-1/+3
2004-12-25Taking screenshot seems to work now. Another more cleanup, maybe last beforeBjørn Lindeijer1-24/+30
2004-12-25Xmas quest updateEugenio Favalli1-4/+9
2004-12-22Setup has create_setup() method that creates only one instance.Mateusz Kaduk1-2/+4
2004-12-22- setup gets only called from game.cppMateusz Kaduk1-2/+1
2004-12-20Converted the progress bar and stats dialog to Guichan widgets.Bjørn Lindeijer1-1/+1
2004-12-19removed alfont usage (obsolete dependency now)Alexander Baldeck1-15/+11
2004-12-14*** empty log message ***Alexander Baldeck1-18/+18
2004-12-12Created setup class and changed to use guichanMateusz Kaduk1-1/+2