Age | Commit message (Expand) | Author | Files | Lines |
2005-02-19 | Fixed searching for zip files in Linux, fixed initialization of PhysFS to be | Bjørn Lindeijer | 9 | -46/+343 |
2005-02-19 | Fixing PhysFS for Dev-Cpp -> WARNING: missing OpenGL code | Eugenio Favalli | 1 | -1/+6 |
2005-02-19 | Added PHYSFS_init and PHYSFS_deinit calls | Eric Scrivner | 2 | -10/+31 |
2005-02-19 | Integrated PhysicsFS for TMW package system | Eric Scrivner | 2 | -7/+107 |
2005-02-19 | Added load function that uses SDL_RWops | Eric Scrivner | 2 | -2/+28 |
2005-02-18 | Improve window borders and speed up alpha property by not setting alpha each | Bjørn Lindeijer | 2 | -24/+23 |
2005-02-18 | Gui v3 with Images* | Yohann Ferreira | 2 | -65/+33 |
2005-02-18 | Eliminated double draw implementation, only keeping the more complete one. | Bjørn Lindeijer | 1 | -102/+4 |
2005-02-18 | So I added this alpha attribute to images... | Bjørn Lindeijer | 4 | -1/+38 |
2005-02-18 | The Gui v3 | Yohann Ferreira | 2 | -28/+70 |
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 |