Age | Commit message (Expand) | Author | Files | Lines |
2006-02-07 | Made the being directions being stored in a bitfield. | Björn Steinbrink | 9 | -184/+178 |
2006-02-06 | Undone last changes because Bertram already fixed the compiler issue. | Eugenio Favalli | 1 | -2/+0 |
2006-02-06 | Updated Dev-Cpp project file, fixed a gcc 3.4 issue. | Eugenio Favalli | 1 | -17/+19 |
2006-02-06 | Added a Joystick class. | Björn Steinbrink | 6 | -142/+293 |
2006-02-06 | Unify some of the drawing code for beings. | Björn Steinbrink | 4 | -30/+29 |
2006-02-06 | Use virtual methods instead of getType() checks. | Björn Steinbrink | 5 | -15/+20 |
2006-02-06 | Added a FloorItemManager class. | Björn Steinbrink | 9 | -95/+166 |
2006-02-05 | *** empty log message *** | Yohann Ferreira | 1 | -2/+2 |
2006-02-05 | Made the nickname and emotions displayed above every layers. Made the delete ... | Yohann Ferreira | 6 | -27/+52 |
2006-02-05 | Fixed a gcc 4.0 issue in the tradehandler. Strengthened the xml parser in the... | Yohann Ferreira | 2 | -21/+37 |
2006-02-05 | Made the player walk to items prior to picking them up. | Björn Steinbrink | 3 | -8/+27 |
2006-02-04 | Unify the various login dialogs to use LoginData. | Björn Steinbrink | 13 | -87/+96 |
2006-02-03 | Made the login dialog work on LoginData only, without playing with the config... | Björn Steinbrink | 4 | -46/+42 |
2006-02-03 | Removed some unused code. | Björn Steinbrink | 2 | -17/+0 |
2006-02-01 | Created a Game class. | Björn Steinbrink | 3 | -101/+97 |
2006-02-01 | Removed duplicated code. | Björn Steinbrink | 1 | -15/+6 |
2006-02-01 | Replaced ErrorDialog by OkDialog + listener. | Björn Steinbrink | 4 | -94/+17 |
2006-02-01 | Made the OkDialog and ConfirmDialog classes proxies for their buttons' events... | Björn Steinbrink | 17 | -126/+66 |
2006-02-01 | Simplified button creation code in some windows. Fixed a bug where the game c... | Björn Steinbrink | 4 | -65/+38 |
2006-01-31 | Cleanup. | Björn Steinbrink | 1 | -7/+8 |
2006-01-31 | Made RequestTradeDialog inherit from ConfirmDialog. | Björn Steinbrink | 2 | -65/+10 |
2006-01-31 | Created a ListModel for ShopItems. | Björn Steinbrink | 2 | -17/+17 |
2006-01-31 | Created a ListModel for ShopItems. | Björn Steinbrink | 5 | -50/+68 |
2006-01-31 | Various small cleanups. | Björn Steinbrink | 10 | -66/+42 |
2006-01-31 | Made ResourceManager a friend of Resource to avoid looping over decRef, which... | Björn Steinbrink | 4 | -22/+19 |
2006-01-30 | A few cleanups and simplifications. | Björn Steinbrink | 10 | -109/+29 |
2006-01-26 | Moved some setup code out of the game loop into the setup functions. Setup fu... | Björn Steinbrink | 3 | -34/+53 |
2006-01-22 | Updated Dev-Cpp project file, fixed a GDI issue. | Eugenio Favalli | 1 | -0/+2 |
2006-01-22 | Make dispatchMessages actually handle more than one message per call. | Björn Steinbrink | 2 | -14/+12 |
2006-01-22 | Remove obsoleted action listeners. | Björn Steinbrink | 1 | -22/+0 |
2006-01-22 | Use generic error method for sound failure. | Björn Steinbrink | 1 | -2/+1 |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 112 | -3597/+5123 |
2006-01-21 | Small followup change. | Bjørn Lindeijer | 1 | -3/+4 |
2006-01-21 | Applied patch by Ar2ro that worked around scrolldown bug in the chatbox. | Bjørn Lindeijer | 1 | -1/+49 |
2006-01-14 | Removed unused var. | Björn Steinbrink | 2 | -6/+1 |
2006-01-09 | Fixed canceled/cancelled inconsistency. | Eugenio Favalli | 1 | -3/+3 |
2006-01-07 | Removed --skipupdate option from Dev.Cpp project file, splitted the setup win... | Eugenio Favalli | 4 | -51/+135 |
2006-01-05 | Remove some useless code. | Björn Steinbrink | 13 | -32/+17 |
2006-01-04 | Reverted r0nny changes, enabled 3 slots to create players, smoothed player de... | Eugenio Favalli | 12 | -211/+229 |
2006-01-04 | FreeBSD Fixes from Icy. | Yohann Ferreira | 3 | -8/+10 |
2006-01-03 | moved network logic out of gui/trade.cpp to net/protocol_trade.{h,cpp} | Ronny Pfannschmidt | 4 | -16/+97 |
2006-01-03 | Fixed a compile warning with GCC 4.1. Thanks to gim's suggestion. | Eugenio Favalli | 1 | -1/+1 |
2006-01-03 | Enabled some /commands. | Eugenio Favalli | 4 | -15/+59 |
2006-01-03 | Really disabled /commands and added proper message when logging in and banned. | Eugenio Favalli | 5 | -46/+46 |
2006-01-02 | Smoothed also character creation, buttons are now disabled during connection/... | Eugenio Favalli | 5 | -6/+43 |
2006-01-01 | Fix crash in Login with empty name. | Björn Steinbrink | 2 | -15/+3 |
2006-01-01 | Applied patch by pclouds that allows for a faster login sequence by providing | Bjørn Lindeijer | 2 | -9/+59 |
2005-12-30 | Applied pcloud's patch that enhances chat window functionality while hidden. | Bjørn Lindeijer | 3 | -25/+71 |
2005-12-30 | Added a new item, improved smooth login sequence, added a registration window... | Eugenio Favalli | 11 | -126/+558 |
2005-12-29 | Restored Dev-Cpp default execution options, updated walkmap in snow map, smoo... | Eugenio Favalli | 9 | -63/+115 |