Age | Commit message (Expand) | Author | Files | Lines |
2006-03-08 | Let the LocalPlayer decide whether it can walk to a destination. | Björn Steinbrink | 2 | -6/+9 |
2006-03-06 | Small fixes before releasing. | Eugenio Favalli | 1 | -1/+0 |
2006-03-05 | Merged new_playerset branch into trunk. | Eugenio Favalli | 9 | -68/+144 |
2006-03-05 | Re-add main.h header, Windows build needs it. | Björn Steinbrink | 1 | -0/+1 |
2006-02-26 | Got rid of .cvsignore files and converted them to svn:ignore properties. | Bjørn Lindeijer | 3 | -4/+0 |
2006-02-25 | Added a logic method to the being manager. | Björn Steinbrink | 5 | -24/+29 |
2006-02-24 | Another bunch of cosmetic cleanups, ie mostly typedefs... | Björn Steinbrink | 21 | -250/+210 |
2006-02-23 | A bunch of mostly cosmetic cleanups. | Björn Steinbrink | 17 | -103/+67 |
2006-02-19 | Added warnings when parameters are missing in the items xml file. | Yohann Ferreira | 1 | -3/+48 |
2006-02-16 | Use Widget::mFont instead of browserFont for drawing, fixes the "gui needs to... | Björn Steinbrink | 3 | -57/+54 |
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 |