Age | Commit message (Expand) | Author | Files | Lines |
2005-08-22 | Disabled use button in skill dialog since is still not being used. | Eugenio Favalli | 1 | -12/+1 |
2005-08-21 | Some updates and cleanups | Eugenio Favalli | 3 | -2/+24 |
2005-08-21 | It should be enough of "How can i give you money?????����" while trad... | Matthias Hartmann | 2 | -6/+11 |
2005-08-19 | Made the item amount box work with a provided item. | Björn Steinbrink | 5 | -59/+61 |
2005-08-18 | *Temporary* fix to the resize code. But I'll be avenged by asking for adding ... | Yohann Ferreira | 2 | -34/+1 |
2005-08-18 | Updated reference to latest libxml, fixed a bug in updating skills, updated s... | Eugenio Favalli | 2 | -6/+17 |
2005-08-18 | Semi-separated OpenGL and SDL graphics classes, improving OpenGL performance. | Björn Steinbrink | 1 | -5/+2 |
2005-08-16 | Some other fixes and an attempt to use MouseOut(). | Yohann Ferreira | 2 | -5/+39 |
2005-08-16 | Bugfixing and simplifying the resize code. Still a little bit buggy. (We were... | Yohann Ferreira | 2 | -47/+11 |
2005-08-16 | Added a resize grip to resizable window, fixed some compiling errors. | Eugenio Favalli | 4 | -9/+37 |
2005-08-15 | Removed guiTop global variable. | Björn Steinbrink | 2 | -6/+4 |
2005-08-14 | Fully removed the useOpenGL global. | Björn Steinbrink | 2 | -8/+8 |
2005-08-14 | Started to fade out the useOpenGL global variable. | Björn Steinbrink | 2 | -1/+3 |
2005-08-14 | Removed guiGraphics global pointer and removed dependencies on gui.h in some ... | Björn Steinbrink | 10 | -31/+33 |
2005-08-13 | Reset selection in the sell dialog if all items at the selected slot are sold. | Björn Steinbrink | 1 | -0/+1 |
2005-08-13 | Updated dev-cpp project file, removed unnecessary header, fixed some include ... | Eugenio Favalli | 1 | -1/+1 |
2005-08-13 | Small header cleanup. | Björn Steinbrink | 6 | -5/+18 |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 84 | -217/+563 |
2005-08-13 | Removed smooth color changing from xp bar which was causing problems and does... | Eugenio Favalli | 1 | -7/+1 |
2005-08-13 | Reformatted status window layout to avoid overlapping and lowered saturation ... | Eugenio Favalli | 2 | -42/+63 |
2005-08-12 | Resetting quantity to 0 after selecting other items in buy/sell dialogs. | Eugenio Favalli | 2 | -0/+13 |
2005-08-10 | Moved knowledge about whether we use OpenGL into the Graphics class. Added he... | Björn Steinbrink | 6 | -144/+23 |
2005-08-04 | Made the paths to some graphics being determined dynamically. | Björn Steinbrink | 1 | -42/+10 |
2005-08-04 | Added a method to the resource mananger to determine the real path of a file ... | Björn Steinbrink | 1 | -1/+3 |
2005-08-03 | Now the 'Apply' and 'Cancel' buttons of the setup window work correctly. | Yohann Ferreira | 2 | -15/+94 |
2005-08-03 | Moved my invented variable, since it makes more sense. | Andrej Sinicyn | 2 | -1/+4 |
2005-08-02 | Fix my previous fix because it broke my own code. | Andrej Sinicyn | 1 | -0/+2 |
2005-08-02 | Moved graphics setup code into the graphics class. | Björn Steinbrink | 1 | -32/+13 |
2005-08-01 | making setup dialog quitting too when clicking on Setup button while opened | Marcel W. Wysocki | 1 | -1/+1 |
2005-08-01 | Added code to dynamically adjust the itemcontainer size. | Björn Steinbrink | 2 | -3/+23 |
2005-08-01 | Show the name of the trade partner in the trade dialog. | Andrej Sinicyn | 1 | -0/+3 |
2005-07-31 | Added check to stop scrolling at map borders. Small cleanup in the listbox dr... | Björn Steinbrink | 1 | -15/+13 |
2005-07-28 | Added an action enumeration to th Being class and removed the old #define's. | Björn Steinbrink | 1 | -1/+1 |
2005-07-28 | Cleaned up the showPopup() code, moved "map"-related code into game.cpp, made... | Björn Steinbrink | 3 | -75/+73 |
2005-07-27 | Added support for updates to the resource manager. | Björn Steinbrink | 1 | -8/+8 |
2005-07-27 | Committing merging opengl and sdl part 3 by Andrej | Bjørn Lindeijer | 6 | -0/+32 |
2005-07-26 | Removed continous mouse movement | Björn Steinbrink | 2 | -43/+11 |
2005-07-26 | OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find a | Bjørn Lindeijer | 10 | -54/+157 |
2005-07-26 | Fixed empty popup window being shown when user right clicks on an empty tile ... | Björn Steinbrink | 1 | -0/+2 |
2005-07-26 | Added Being::Type enumeration and type-aware findNode(). Fixed font not being... | Björn Steinbrink | 2 | -29/+41 |
2005-07-26 | - New smilies by Modanung | Eugenio Favalli | 1 | -3/+3 |
2005-07-23 | Allowed continous movement when holding down left mouse button | Björn Steinbrink | 2 | -11/+43 |
2005-07-23 | New login wallpaper by Momotaro and shortened update window a bit to not | Bjørn Lindeijer | 2 | -8/+13 |
2005-07-23 | * docs/HACKING.txt: Added info about member naming and ChangeLog | Bjørn Lindeijer | 3 | -175/+180 |
2005-07-23 | Restored Being::setDestination, a pointer to the current map is now kept as a... | Björn Steinbrink | 1 | -3/+1 |
2005-07-23 | Removed knowledge about the engine and maps from the being class.. | Björn Steinbrink | 1 | -1/+3 |
2005-07-22 | Added missing includes and fixed a warning about implicit conversion. | Björn Steinbrink | 4 | -1/+5 |
2005-07-22 | Correction on a stupid typos bug | Cedric Borgese | 1 | -7/+0 |
2005-07-22 | Merge between moi1392's branch and head | Cedric Borgese | 12 | -109/+491 |
2005-07-19 | Rewrite UpdaterWindow in a more object oriented style. | Cedric Borgese | 2 | -113/+199 |