Age | Commit message (Expand) | Author | Files | Lines |
2005-02-16 | "make dist" now produces distributions that compile and run, upped version to | Bjørn Lindeijer | 2 | -27/+27 |
2005-02-15 | Updated layout and contents of FAQ a bit, fixed debug path and mouse rendering | Bjørn Lindeijer | 7 | -67/+48 |
2005-02-15 | Small compile fix when compiling OpenGL in Dev-C++, and host | Bjørn Lindeijer | 2 | -2/+3 |
2005-02-14 | Support for drawing using OpenGL. Don't expect it to be fast yet though. | Bjørn Lindeijer | 12 | -88/+388 |
2005-02-14 | Display of path to mouse now a debug feature you can toggle with F6, plus some | Bjørn Lindeijer | 4 | -35/+39 |
2005-02-14 | Quicksie fixie in reporting window manager available. | Bjørn Lindeijer | 1 | -1/+1 |
2005-02-14 | Simplified logging for the sake of simplicity. | Bjørn Lindeijer | 13 | -135/+91 |
2005-02-13 | Now the resource manager will log a bit about images and cleanup. | Bjørn Lindeijer | 4 | -33/+73 |
2005-02-13 | Largely cleanups. | Bjørn Lindeijer | 7 | -63/+73 |
2005-02-13 | Some fixes and item updates | Eugenio Favalli | 2 | -3/+3 |
2005-02-13 | Done some work on autoconf usage and removed Arial font. | Bjørn Lindeijer | 2 | -50/+105 |
2005-02-13 | Lock the screen surface before modifying pixels directly. | Bjørn Lindeijer | 1 | -1/+5 |
2005-02-13 | Should now compile on Linux again. | Bjørn Lindeijer | 1 | -2/+2 |
2005-02-13 | Small start on XML map loading. Windows users pay attention to instructions | Bjørn Lindeijer | 2 | -12/+28 |
2005-02-13 | No need to keep track of mouse position ourselves. Also put default startup | Bjørn Lindeijer | 7 | -33/+8 |
2005-02-13 | Allow preservation of alpha channel when loading image resources, which is used | Bjørn Lindeijer | 11 | -17/+68 |
2005-02-13 | Removed copyrighted song from CVS. | Bjørn Lindeijer | 1 | -1/+2 |
2005-02-13 | converted font to png | Marcel W. Wysocki | 1 | -1/+1 |
2005-02-13 | Removed old A* implementation. | Bjørn Lindeijer | 2 | -470/+0 |
2005-02-13 | Don't skip corners in A* pathfinding algorithm. | Bjørn Lindeijer | 4 | -12/+31 |
2005-02-13 | Fix in calculating G cost in A* implementation. | Bjørn Lindeijer | 2 | -1/+9 |
2005-02-13 | New shorter and more flexible pathfinding implementation, which is hopefully | Bjørn Lindeijer | 7 | -30/+159 |
2005-02-12 | Removed another unnecessary indentation level. | Bjørn Lindeijer | 1 | -146/+142 |
2005-02-12 | Avoid three indentation levels. | Bjørn Lindeijer | 1 | -201/+189 |
2005-02-12 | Added modules and moved some files around. | Bjørn Lindeijer | 3 | -1/+5 |
2005-02-11 | Working on equipment | Eugenio Favalli | 2 | -0/+112 |
2005-02-11 | Working on equipment | Eugenio Favalli | 7 | -18/+67 |
2005-02-10 | An attempt to modernize autotools usage a bit. Now run ./autogen.sh, then | Bjørn Lindeijer | 1 | -1/+0 |
2005-02-10 | Fixed PlayerBox to cope with no hair as well, and fixed using Makefile.cvs a | Bjørn Lindeijer | 2 | -3/+11 |
2005-02-09 | More of a start on pathfinding, but still just a start. | Bjørn Lindeijer | 2 | -1/+68 |
2005-02-09 | Fixed the no hair problem. | Bjørn Lindeijer | 1 | -15/+16 |
2005-02-07 | Cleaning and preparing to add equipment | Eugenio Favalli | 1 | -3/+4 |
2005-02-06 | Added setSize function to Map. | Bjørn Lindeijer | 2 | -1/+16 |
2005-02-06 | Mostly making map tile data dynamically allocated. | Bjørn Lindeijer | 7 | -41/+62 |
2005-02-06 | Added minimal minimap | Eugenio Favalli | 3 | -0/+141 |
2005-02-06 | Some preparational changes to the map format. | Bjørn Lindeijer | 2 | -74/+106 |
2005-02-06 | Added files to list and removed some old tmw.ini values. | Bjørn Lindeijer | 4 | -1/+4 |
2005-02-06 | Forgot these ones | Eugenio Favalli | 2 | -0/+278 |
2005-02-06 | Completed inventory fix, now selection works | Eugenio Favalli | 3 | -76/+25 |
2005-02-06 | ops forgot it commented | Eugenio Favalli | 1 | -2/+2 |
2005-02-06 | Fixing inventory (still needed to add a proper way to choose items, now creat... | Eugenio Favalli | 4 | -73/+88 |
2005-02-05 | No more create core_version in the tmw.ini file. Not useful anymore. Please k... | Yohann Ferreira | 1 | -1/+0 |
2005-02-05 | Removed superfluous getPathWalk method in favor of getWalk. | Bjørn Lindeijer | 3 | -37/+23 |
2005-02-05 | Supposed to make it more readable, but I don't think really worked. | Bjørn Lindeijer | 4 | -241/+419 |
2005-02-05 | Added base64 encoding and decoding code. | Bjørn Lindeijer | 3 | -0/+136 |
2005-02-02 | Turned MAP struct into Map class. | Bjørn Lindeijer | 5 | -153/+156 |
2005-01-30 | Corrected Speech position. | Yohann Ferreira | 1 | -1/+1 |
2005-01-30 | Doesn't create packet.list anymore. This avoids debian packaging security pro... | Yohann Ferreira | 1 | -3/+3 |
2005-01-30 | Sounds is now available for those on Windows. | Bjørn Lindeijer | 1 | -6/+0 |
2005-01-30 | Allow ESC to quit login screen and do GUI logic before drawing. | Bjørn Lindeijer | 2 | -4/+8 |