summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-04-10Fixing red squares, and disabling packet outputEugenio Favalli1-2/+2
2005-04-10Adding player names and fixing emoticon positionEugenio Favalli1-2/+8
2005-04-10Resource manager can now load sfx and music as samples.Eugenio Favalli1-3/+10
2005-04-08Disable trading again.Bjørn Lindeijer1-0/+3
2005-04-08Created damage text seperate from speech & made it scroll.Aaron Marks1-2/+2
2005-04-08Reenabling tradeEugenio Favalli1-2/+2
2005-04-07trade updated: trade is now possible, but some bugs are still to be fixed by ...Jan-Fabian Humann1-1/+23
2005-04-07commented out trade for next releaseJan-Fabian Humann1-2/+3
2005-04-07Fixing compiling issuesEugenio Favalli1-9/+9
2005-04-06trade update: now both guys see the added itemJan-Fabian Humann1-0/+12
2005-04-06Another trade updateJan-Fabian Humann1-3/+21
2005-04-06update for trade: now on right clickJan-Fabian Humann1-1/+64
2005-04-05Cleaning and fixing setup windowEugenio Favalli1-33/+0
2005-04-05Fix getting stuck when trying to sell with empty inventory.Bjørn Lindeijer1-0/+1
2005-04-05removing trade window debugJan-Fabian Humann1-6/+0
2005-04-04starting to do the trade window, i know it's not functionable and contains a ...Jan-Fabian Humann1-1/+8
2005-04-04quick fix for bug which increased item amount when warping client-sideJan-Fabian Humann1-0/+3
2005-04-03New version of 3-1 map.Bjørn Lindeijer1-1/+1
2005-04-03some fixesEugenio Favalli1-0/+2
2005-04-02Fixed whobbly walking by separating some logic from the framerate.Bjørn Lindeijer1-4/+17
2005-04-01* The client will now only attempt to load .tmx or .tmx.gz files.Bjørn Lindeijer1-10/+14
2005-03-28Graphics updatesEugenio Favalli1-7/+9
2005-03-25Put map in new place and unified loading location.Bjørn Lindeijer1-1/+1
2005-03-25Got rid of non-free levelup sound and put bow sound under F7 for testing.Bjørn Lindeijer1-5/+5
2005-03-25Moved level.ogg to new location, and put playing levelup sound under F7.Bjørn Lindeijer1-2/+7
2005-03-24logger final step going on...Yohann Ferreira1-4/+4
2005-03-24Should fix the last commitEugenio Favalli1-1/+10
2005-03-21Some cleanups and button, radiobutton and checkbox now take into accountBjørn Lindeijer1-3/+3
2005-03-20Removing two unused variables.Bjørn Lindeijer1-8/+1
2005-03-20Auto-detect map files in new map format.Bjørn Lindeijer1-2/+0
2005-03-19Added handling of window close button.Bjørn Lindeijer1-2/+5
2005-03-18KP1,3,7,9 support for diagonal walkingYohann Ferreira1-0/+20
2005-03-17Implementation of diagonal walkingYohann Ferreira1-39/+89
2005-03-16Advanced version to 0.0.11, updated desert tilesets and made sound code log aBjørn Lindeijer1-1/+1
2005-03-14Fixed handling of get item button and made chatWindow (de)focus on ENTER - Yo...Jan-Fabian Humann1-39/+52
2005-03-13Maybe now finally no more crashing in paths? Needs playtesting, I know we allBjørn Lindeijer1-12/+12
2005-03-13Fixed problem with mouse walking through GUI.Bjørn Lindeijer1-8/+0
2005-03-13Converted ChatBox into a proper ChatWindow in response to changes by Chetic.Bjørn Lindeijer1-30/+30
2005-03-13* Moved Being public char *speech to private std::string speechBjørn Lindeijer1-76/+65
2005-03-11Maybe it would be a good idea to handle the login success message. This fixesBjørn Lindeijer1-2/+7
2005-03-10This should make mouse walking work.Bjørn Lindeijer1-1/+4
2005-03-10Experimental mouse walk command and fixed one instability issue.Bjørn Lindeijer1-4/+9
2005-03-10Fixed showing death bitmap when other players die and fixed the black hairBjørn Lindeijer1-58/+56
2005-03-07Whoops, stay with our old map for now.Bjørn Lindeijer1-2/+2
2005-03-07Switched base64 codec to the PHP one and finished support for base64 encodedBjørn Lindeijer1-2/+2
2005-03-06Added collision tileset and modified TMW client to support loading the 4thBjørn Lindeijer1-2/+2
2005-03-04A bunch of updates:Eugenio Favalli1-35/+174
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer1-10/+11
2005-03-01Deleting subx and suby for items, because it's uselessJan-Fabian Humann1-12/+6
2005-02-28Adding support for drop items part 2/2Jan-Fabian Humann1-5/+79