summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-07-31Don't allow more than one request trade dialog at once.Andrej Sinicyn1-1/+5
2005-07-31Don't allow more than one trade dialog at once; if a trade is canceled on the...Andrej Sinicyn1-0/+13
2005-07-28Fixed popup window not always being correctly hidden when the player clicks s...Björn Steinbrink1-7/+4
2005-07-28Added an action enumeration to th Being class and removed the old #define's.Björn Steinbrink1-41/+30
2005-07-28Cleaned up the showPopup() code, moved "map"-related code into game.cpp, made...Björn Steinbrink1-1/+13
2005-07-26OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find aBjørn Lindeijer1-8/+8
2005-07-26Added Being::Type enumeration and type-aware findNode(). Fixed font not being...Björn Steinbrink1-50/+69
2005-07-26- New smilies by ModanungEugenio Favalli1-5/+0
2005-07-23Made the key event handler use switches instead of if-else.Björn Steinbrink1-154/+183
2005-07-23Restored Being::setDestination, a pointer to the current map is now kept as a...Björn Steinbrink1-12/+12
2005-07-23Removed knowledge about the engine and maps from the being class..Björn Steinbrink1-15/+16
2005-07-22Merge between moi1392's branch and headCedric Borgese1-54/+37
2005-07-21Restore the joypad code, the 'new' code location wasn't checked for joypad ev...Björn Steinbrink1-3/+23
2005-07-21Moved the joypad button checks to the according keyboard checks to reduce cod...Björn Steinbrink1-23/+3
2005-07-18Created Inventory class. (Really) Small code simplifications and cleanups.Björn Steinbrink1-19/+20
2005-07-17Fixing linking issuesEugenio Favalli1-1/+21
2005-07-17Added Item and Equipment class and made the appropriate places make use of th...Björn Steinbrink1-81/+56
2005-07-16- Fixing data path in Win32Eugenio Favalli1-0/+9
2005-07-15Fixed compiler warnings and added plain text file loading to resource manager.Bjørn Lindeijer1-1/+1
2005-07-15Initialize joystick to NULL and allow right shift and control keys to be used.Bjørn Lindeijer1-3/+3
2005-07-15- Adding joypad tolerance to config fileEugenio Favalli1-44/+20
2005-07-15A small hack to let me sit and pick up objects :PEugenio Favalli1-32/+21
2005-07-15Enabling support for joypads:Eugenio Favalli1-51/+143
2005-07-14Made attacking/aiming easier: Shift+Click = Don't walk, only interact.Björn Steinbrink1-1/+9
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-4/+18
2005-07-11Updating win32.txt about not using old stable Dev-C++ and committed patch byBjørn Lindeijer1-1/+6
2005-07-03- Fixed blue, red and yellow damage fonts to work in SDL modeBjørn Lindeijer1-5/+5
2005-07-03Minor fixes and cleanupsEugenio Favalli1-7/+3
2005-07-03- Removing "walk to", "attack" from context menuEugenio Favalli1-11/+10
2005-07-03- Commenting out buddy and new skills windowsEugenio Favalli1-2/+4
2005-07-02Now the browser or the config windows closes when pushing enter.Yohann Ferreira1-0/+8
2005-07-02Music doesn't restart anymore if it's the same between maps.Eugenio Favalli1-3/+4
2005-06-30The popup-menu now disappears again when clicking somewhere else. (A little b...Yohann Ferreira1-3/+21
2005-06-30Improved attack frames management (now you can see other playersEugenio Favalli1-1/+5
2005-06-23Maps are now loaded through the resource manager.Bjørn Lindeijer1-31/+11
2005-06-22Removing some forgotten debug output.Yohann Ferreira1-9/+17
2005-06-22gcc 3.4 compile fix.Yohann Ferreira1-24/+47
2005-06-22Detect ghosts at creation time.Bjørn Lindeijer1-5/+17
2005-06-20Now simply push enter when the exit dialog is shown to quit.Yohann Ferreira1-2/+10
2005-06-20Hammerbear suggestion: removing duplicated codeEugenio Favalli1-15/+0
2005-06-20This way BGM should be enabledEugenio Favalli1-4/+17
2005-06-18Fixing a compile errorEugenio Favalli1-0/+1
2005-06-18add default actions to left mouse click and a clean up in the do_input() methodJosé Ávila1-134/+207
2005-06-18Small fix to buddywindow buttonsMateusz Kaduk1-4/+4
2005-06-18Removed old menu/menuitem and replaced by JAvila oneMateusz Kaduk1-43/+1
2005-06-17new BrowserBox widget with colors/links supportJosé Ávila1-1/+17
2005-06-16Added action menu (moved trading to menu)Mateusz Kaduk1-8/+6
2005-06-14Added background to minimap. Only used in Tonori Desert map for now, and itsBjørn Lindeijer1-13/+15
2005-06-05Implemented wrapping for textbox (still could use a small fix) and made deathBjørn Lindeijer1-0/+1
2005-06-05- Fixes for short swordEugenio Favalli1-0/+2