Age | Commit message (Expand) | Author | Files | Lines |
2005-08-14 | Moved image drawing code into the graphics class. | Björn Steinbrink | 5 | -156/+103 |
2005-08-14 | Make the wrapper functions in the Graphics class conditional on OpenGL support. | Björn Steinbrink | 5 | -101/+97 |
2005-08-13 | Reset selection in the sell dialog if all items at the selected slot are sold. | Björn Steinbrink | 2 | -0/+3 |
2005-08-13 | Ops I forgot... :P | Eugenio Favalli | 1 | -0/+2 |
2005-08-13 | Updated dev-cpp project file, removed unnecessary header, fixed some include ... | Eugenio Favalli | 7 | -15/+70 |
2005-08-13 | Small header cleanup. | Björn Steinbrink | 8 | -5/+24 |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 130 | -488/+1116 |
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 | 3 | -42/+68 |
2005-08-12 | Resetting quantity to 0 after selecting other items in buy/sell dialogs. | Eugenio Favalli | 3 | -0/+18 |
2005-08-11 | Little cleanup and simplification. | Andrej Sinicyn | 2 | -4/+5 |
2005-08-10 | Moved knowledge about whether we use OpenGL into the Graphics class. Added he... | Björn Steinbrink | 11 | -203/+104 |
2005-08-09 | Adjust drawing offset to have the player centered in higher resolutions as well. | Björn Steinbrink | 2 | -6/+14 |
2005-08-04 | Made the paths to some graphics being determined dynamically. | Björn Steinbrink | 2 | -42/+12 |
2005-08-04 | Added a method to the resource mananger to determine the real path of a file ... | Björn Steinbrink | 5 | -2/+25 |
2005-08-03 | Now the 'Apply' and 'Cancel' buttons of the setup window work correctly. | Yohann Ferreira | 3 | -17/+96 |
2005-08-03 | Converted two global variables to function-local ones. | Björn Steinbrink | 2 | -3/+4 |
2005-08-03 | Removed an unneeded header. | Björn Steinbrink | 3 | -1/+3 |
2005-08-03 | Commented a switch case label that was left uncommented | Björn Steinbrink | 2 | -1/+3 |
2005-08-03 | Debian packaging files update | Yohann Ferreira | 11 | -19/+81 |
2005-08-03 | (2005-08-03 17:50:02) iru: i added npc by Necro. and some old weapons | Marcel W. Wysocki | 0 | -0/+0 |
2005-08-03 | Moved my invented variable, since it makes more sense. | Andrej Sinicyn | 5 | -3/+6 |
2005-08-02 | Fix my previous fix because it broke my own code. | Andrej Sinicyn | 4 | -4/+13 |
2005-08-02 | Use PhysFS to determine user's home directory on unix. Removed an now unused ... | Björn Steinbrink | 2 | -14/+6 |
2005-08-02 | Moved graphics setup code into the graphics class. | Björn Steinbrink | 6 | -131/+147 |
2005-08-02 | Fixed "Trade canceled" happening often. | Andrej Sinicyn | 2 | -0/+5 |
2005-08-01 | Small cleanups in the drawing code, the autoTarget checks and some headers. | Björn Steinbrink | 6 | -60/+39 |
2005-08-01 | changelog update | Marcel W. Wysocki | 1 | -0/+5 |
2005-08-01 | making setup dialog quitting too when clicking on Setup button while opened | Marcel W. Wysocki | 1 | -1/+1 |
2005-08-01 | Fixed autoTarget not being set to NULL on map change. | Björn Steinbrink | 2 | -0/+2 |
2005-08-01 | Added code to dynamically adjust the itemcontainer size. | Björn Steinbrink | 5 | -3/+47 |
2005-08-01 | Show the name of the trade partner in the trade dialog. | Andrej Sinicyn | 4 | -0/+13 |
2005-07-31 | added 3 npcs by Tatjana, brown haired boy, nurse and nurse's sister | Marcel W. Wysocki | 0 | -0/+0 |
2005-07-31 | updated readme date | Marcel W. Wysocki | 1 | -1/+1 |
2005-07-31 | changed to 0.0.15v0.0.15 | Marcel W. Wysocki | 1 | -1/+1 |
2005-07-31 | Added check to stop scrolling at map borders. Small cleanup in the listbox dr... | Björn Steinbrink | 3 | -15/+35 |
2005-07-31 | Don't allow more than one request trade dialog at once. | Andrej Sinicyn | 2 | -4/+7 |
2005-07-31 | Don't allow more than one trade dialog at once; if a trade is canceled on the... | Andrej Sinicyn | 3 | -1/+21 |
2005-07-30 | Removed unnecessary value assignment to a variable. | Andrej Sinicyn | 2 | -2/+4 |
2005-07-30 | Fixed check for updates directory. Moved search/write path setup from resourc... | Björn Steinbrink | 4 | -49/+107 |
2005-07-28 | Fixed popup window not always being correctly hidden when the player clicks s... | Björn Steinbrink | 2 | -7/+9 |
2005-07-28 | Fixed updates directory not being created on non-unix systems. | Björn Steinbrink | 2 | -8/+12 |
2005-07-28 | Fix usage of a wrong dir-separator. | Björn Steinbrink | 2 | -1/+3 |
2005-07-28 | Fix an ATTACK still not being declared as being in namespace Being, cvs didn'... | Björn Steinbrink | 1 | -1/+1 |
2005-07-28 | Added an action enumeration to th Being class and removed the old #define's. | Björn Steinbrink | 7 | -65/+57 |
2005-07-28 | Cleaned up the showPopup() code, moved "map"-related code into game.cpp, made... | Björn Steinbrink | 5 | -76/+90 |
2005-07-27 | Added support for updates to the resource manager. | Björn Steinbrink | 5 | -77/+51 |
2005-07-27 | Committing merging opengl and sdl part 3 by Andrej | Bjørn Lindeijer | 12 | -52/+116 |
2005-07-26 | Removed continous mouse movement | Björn Steinbrink | 3 | -43/+16 |
2005-07-26 | OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find a | Bjørn Lindeijer | 18 | -274/+448 |