Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-25 | Removed the TMW branding from header guards | Bjørn Lindeijer | 1 | -2/+2 | |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 | |
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections. | |||||
2009-01-09 | Fixed minimap state saving. | Ira Rice | 1 | -0/+6 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -2/+0 | |
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this. | |||||
2008-10-13 | Changed minimap code so that it allows us to have larger minimaps, while | Ira Rice | 1 | -0/+6 | |
putting back in backwards compatibility with TMW style minimaps. While this might seem like a big deal, it also allows us to make minimaps as big as we'd like, which is a huge perk for really large maps or really small ones. | |||||
2008-10-03 | Made a new Windows binary, as well as fix some files to make the Windows | Ira Rice | 1 | -0/+2 | |
build work (although there might be a bit too many guichanfwd.h references. But that's ok. I'm too lazy to track down which ones are necessary and which ones aren't at the moment). | |||||
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 | |
2006-07-19 | Merged new_animation branch until r2415 into trunk. | Eugenio Favalli | 1 | -1/+1 | |
2006-02-23 | A bunch of mostly cosmetic cleanups. | Björn Steinbrink | 1 | -3/+2 | |
2005-09-28 | Added a Reset Win Positions to Default in the Setup win. | Yohann Ferreira | 1 | -0/+2 | |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -2/+3 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -2/+2 | |
2005-06-14 | Added background to minimap. Only used in Tonori Desert map for now, and its | Bjørn Lindeijer | 1 | -1/+16 | |
style is up for discussion. | |||||
2005-05-14 | Mainly separating core GUI classes from game interface. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-13 | Fixed minimap transparent background to work in both SDL and OpenGL by using | Bjørn Lindeijer | 1 | -4/+0 | |
Guichan. | |||||
2005-02-06 | Mostly making map tile data dynamically allocated. | Bjørn Lindeijer | 1 | -2/+3 | |
2005-02-06 | Added minimal minimap | Eugenio Favalli | 1 | -0/+51 | |