summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-03-05Merged new_playerset branch into trunk.Eugenio Favalli9-68/+144
2006-03-05Re-add main.h header, Windows build needs it.Björn Steinbrink1-0/+1
2006-02-26Got rid of .cvsignore files and converted them to svn:ignore properties.Bjørn Lindeijer3-4/+0
2006-02-25Added a logic method to the being manager.Björn Steinbrink5-24/+29
2006-02-24Another bunch of cosmetic cleanups, ie mostly typedefs...Björn Steinbrink21-250/+210
2006-02-23A bunch of mostly cosmetic cleanups.Björn Steinbrink17-103/+67
2006-02-19Added warnings when parameters are missing in the items xml file.Yohann Ferreira1-3/+48
2006-02-16Use Widget::mFont instead of browserFont for drawing, fixes the "gui needs to...Björn Steinbrink3-57/+54
2006-02-07Made the being directions being stored in a bitfield.Björn Steinbrink9-184/+178
2006-02-06Undone last changes because Bertram already fixed the compiler issue.Eugenio Favalli1-2/+0
2006-02-06Updated Dev-Cpp project file, fixed a gcc 3.4 issue.Eugenio Favalli1-17/+19
2006-02-06Added a Joystick class.Björn Steinbrink6-142/+293
2006-02-06Unify some of the drawing code for beings.Björn Steinbrink4-30/+29
2006-02-06Use virtual methods instead of getType() checks.Björn Steinbrink5-15/+20
2006-02-06Added a FloorItemManager class.Björn Steinbrink9-95/+166
2006-02-05*** empty log message ***Yohann Ferreira1-2/+2
2006-02-05Made the nickname and emotions displayed above every layers. Made the delete ...Yohann Ferreira6-27/+52
2006-02-05Fixed a gcc 4.0 issue in the tradehandler. Strengthened the xml parser in the...Yohann Ferreira2-21/+37
2006-02-05Made the player walk to items prior to picking them up.Björn Steinbrink3-8/+27
2006-02-04Unify the various login dialogs to use LoginData.Björn Steinbrink13-87/+96
2006-02-03Made the login dialog work on LoginData only, without playing with the config...Björn Steinbrink4-46/+42
2006-02-03Removed some unused code.Björn Steinbrink2-17/+0
2006-02-01Created a Game class.Björn Steinbrink3-101/+97
2006-02-01Removed duplicated code.Björn Steinbrink1-15/+6
2006-02-01Replaced ErrorDialog by OkDialog + listener.Björn Steinbrink4-94/+17
2006-02-01Made the OkDialog and ConfirmDialog classes proxies for their buttons' events...Björn Steinbrink17-126/+66
2006-02-01Simplified button creation code in some windows. Fixed a bug where the game c...Björn Steinbrink4-65/+38
2006-01-31Cleanup.Björn Steinbrink1-7/+8
2006-01-31Made RequestTradeDialog inherit from ConfirmDialog.Björn Steinbrink2-65/+10
2006-01-31Created a ListModel for ShopItems.Björn Steinbrink2-17/+17
2006-01-31Created a ListModel for ShopItems.Björn Steinbrink5-50/+68
2006-01-31Various small cleanups.Björn Steinbrink10-66/+42
2006-01-31Made ResourceManager a friend of Resource to avoid looping over decRef, which...Björn Steinbrink4-22/+19
2006-01-30A few cleanups and simplifications.Björn Steinbrink10-109/+29
2006-01-26Moved some setup code out of the game loop into the setup functions. Setup fu...Björn Steinbrink3-34/+53
2006-01-22Updated Dev-Cpp project file, fixed a GDI issue.Eugenio Favalli1-0/+2
2006-01-22Make dispatchMessages actually handle more than one message per call.Björn Steinbrink2-14/+12
2006-01-22Remove obsoleted action listeners.Björn Steinbrink1-22/+0
2006-01-22Use generic error method for sound failure.Björn Steinbrink1-2/+1
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink112-3597/+5123
2006-01-21Small followup change.Bjørn Lindeijer1-3/+4
2006-01-21Applied patch by Ar2ro that worked around scrolldown bug in the chatbox.Bjørn Lindeijer1-1/+49
2006-01-14Removed unused var.Björn Steinbrink2-6/+1
2006-01-09Fixed canceled/cancelled inconsistency.Eugenio Favalli1-3/+3
2006-01-07Removed --skipupdate option from Dev.Cpp project file, splitted the setup win...Eugenio Favalli4-51/+135
2006-01-05Remove some useless code.Björn Steinbrink13-32/+17
2006-01-04Reverted r0nny changes, enabled 3 slots to create players, smoothed player de...Eugenio Favalli12-211/+229
2006-01-04FreeBSD Fixes from Icy.Yohann Ferreira3-8/+10
2006-01-03moved network logic out of gui/trade.cpp to net/protocol_trade.{h,cpp}Ronny Pfannschmidt4-16/+97
2006-01-03Fixed a compile warning with GCC 4.1. Thanks to gim's suggestion.Eugenio Favalli1-1/+1