summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-02-04Unify the various login dialogs to use LoginData.Björn Steinbrink14-88/+106
2006-02-03Made the login dialog work on LoginData only, without playing with the config...Björn Steinbrink5-46/+45
2006-02-03Removed some unused code.Björn Steinbrink3-20/+7
2006-02-02Replaced the old sand tile with Irucards new one. Added new crates. Made some...Philipp Sehmisch1-1/+8
2006-02-01Created a Game class.Björn Steinbrink4-101/+98
2006-02-01Removed duplicated code.Björn Steinbrink2-15/+7
2006-02-01Replaced ErrorDialog by OkDialog + listener.Björn Steinbrink5-94/+19
2006-02-01Made the OkDialog and ConfirmDialog classes proxies for their buttons' events...Björn Steinbrink18-126/+77
2006-02-01Simplified button creation code in some windows. Fixed a bug where the game c...Björn Steinbrink5-65/+46
2006-01-31Cleanup.Björn Steinbrink2-7/+9
2006-01-31Made RequestTradeDialog inherit from ConfirmDialog.Björn Steinbrink3-65/+12
2006-01-31Created a ListModel for ShopItems.Björn Steinbrink2-17/+17
2006-01-31Created a ListModel for ShopItems.Björn Steinbrink6-50/+71
2006-01-31Forgot the ChangeLogBjörn Steinbrink1-0/+4
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 Steinbrink5-23/+27
2006-01-30A few cleanups and simplifications.Björn Steinbrink11-109/+37
2006-01-26Moved some setup code out of the game loop into the setup functions. Setup fu...Björn Steinbrink4-34/+59
2006-01-22Updated Dev-Cpp project file, fixed a GDI issue.Eugenio Favalli3-170/+487
2006-01-22Make dispatchMessages actually handle more than one message per call.Björn Steinbrink3-14/+14
2006-01-22Remove obsoleted action listeners.Björn Steinbrink2-22/+1
2006-01-22Use generic error method for sound failure.Björn Steinbrink2-2/+2
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink113-3597/+5375
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 Lindeijer2-1/+55
2006-01-19Updated infos on new irc channel.Eugenio Favalli8-75/+171
2006-01-19fixed some mapping bugsPhilipp Sehmisch0-0/+0
2006-01-14Removed unused var.Björn Steinbrink3-7/+6
2006-01-14Whitespace cleanupBjörn Steinbrink1-2/+3
2006-01-11map and tileset fixesPhilipp Sehmisch1-6/+10
2006-01-10some more errors fixedPhilipp Sehmisch0-0/+0
2006-01-10grass saturation reduced and blue flowers replacedPhilipp Sehmisch0-0/+0
2006-01-09Fixed canceled/cancelled inconsistency.Eugenio Favalli2-3/+7
2006-01-07Removed --skipupdate option from Dev.Cpp project file, splitted the setup win...Eugenio Favalli6-52/+140
2006-01-07Crush fixed the issues reported on wiki.Eugenio Favalli1-0/+4
2006-01-06Ops - I don't know how that could happen. (You may wondered why your blue pre...Matthias Hartmann0-0/+0
2006-01-05Remove some useless code.Björn Steinbrink14-32/+24
2006-01-04Reverted r0nny changes, enabled 3 slots to create players, smoothed player de...Eugenio Favalli13-211/+237
2006-01-04FreeBSD Fixes from Icy.Yohann Ferreira4-8/+15
2006-01-04Fixed my bad english again.Eugenio Favalli0-0/+0
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 Favalli2-1/+2
2006-01-03Enabled some /commands.Eugenio Favalli5-15/+61
2006-01-03Really disabled /commands and added proper message when logging in and banned.Eugenio Favalli6-46/+52
2006-01-03Added some nice new items by Adarias.Matthias Hartmann0-0/+0
2006-01-02...Eugenio Favalli1-1/+1
2006-01-02Smoothed also character creation, buttons are now disabled during connection/...Eugenio Favalli6-6/+50
2006-01-02Updated the installation information: it directed to resources that were no l...Joni Orponen1-11/+7
2006-01-01Fix crash in Login with empty name.Björn Steinbrink3-15/+9
2006-01-01Applied patch by pclouds that allows for a faster login sequence by providingBjørn Lindeijer4-9/+69