Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -4/+2 | |
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-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 | |
2008-02-18 | Forgot a %s | Eugenio Favalli | 1 | -1/+1 | |
2008-02-18 | Fixed image name. | Eugenio Favalli | 1 | -1/+2 | |
2008-01-14 | ixed an error in Davids last commit (couldn't compile that way). | Philipp Sehmisch | 1 | -2/+3 | |
2008-01-13 | Fixed non-default location music loading | David Athay | 1 | -1/+3 | |
2007-09-27 | Merged another bunch of changes from trunk to 0.0 to reduce the difference. | Bjørn Lindeijer | 1 | -7/+9 | |
2007-09-20 | Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style | Bjørn Lindeijer | 1 | -1/+1 | |
to native for some files that were still missing this property. This is a feeble attempt to reduce the amount of conflicts for future merges. | |||||
2006-12-03 | Don't try to play empty strings as sounds, and don't return a SoundEffect | Bjørn Lindeijer | 1 | -3/+3 | |
instance when Mix_Chunk loading failed. | |||||
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -30/+30 | |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -1/+1 | |
hook themselves into the map on construction. The improved fringe layer is working as expected now. * Made sure TMW compiles without warnings even when using "-Wconversion -Wshadow -Wcast-qual -Wwrite-strings -ansi -pedantic", lots of cleanups. * Added two new small tilesets that contain the desert tiles that are twice and three times the height of a normal tile. One well in new_3-1 has been converted to use the new double tiles for testing purposes. | |||||
2005-09-23 | Merged most of the changes in biggeruniverse's second memory cleanup patch. | Bjørn Lindeijer | 1 | -2/+2 | |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -0/+4 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-27 | autoTarget is now a Being*, also may have fixed related crash and added label | Bjørn Lindeijer | 1 | -4/+5 | |
to show current target. | |||||
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -17/+17 | |
2005-04-26 | Changed keyboard control to integrate better with mouse walk, changed location | Bjørn Lindeijer | 1 | -22/+22 | |
of packet.list and chatlog.txt and removed name from player chat "balloon". | |||||
2005-04-16 | - Readding stripping to executable (Dev-cpp project options) | Eugenio Favalli | 1 | -43/+2 | |
- New slider skin - Some updates to win32 compile guide - Cleaned sound engine - Improved setup window (need testing) | |||||
2005-04-14 | Fixed pixel alignment error in playerset that was just introduced, and fixed | Bjørn Lindeijer | 1 | -2/+13 | |
initialization and cleanup in sound engine (solved crash at least in case of no sound). | |||||
2005-04-11 | Improving sound engine (now it loads samples through resource manager) | Eugenio Favalli | 1 | -85/+155 | |
and support music fading (still somthing to fix) | |||||
2005-04-07 | * Fixed crash on exit when trying to delete listbox that wasn't created. | Bjørn Lindeijer | 1 | -2/+2 | |
* Disabled Ok button in Buy and Sell dialog when amount is 0 * Corrected the three known map bugs | |||||
2005-04-06 | Adding some debug infos to the sound engine | Eugenio Favalli | 1 | -3/+13 | |
2005-04-06 | Following a suggestion from the SDL | Eugenio Favalli | 1 | -2/+5 | |
irc channel to fix sound rcash bug. | |||||
2005-04-03 | Added playing hardcoded background song during login, stops when game starts. | Bjørn Lindeijer | 1 | -1/+6 | |
2005-03-24 | Logger Implemented. (3/3) | Yohann Ferreira | 1 | -8/+9 | |
2005-03-16 | Advanced version to 0.0.11, updated desert tilesets and made sound code log a | Bjørn Lindeijer | 1 | -36/+18 | |
bit more. | |||||
2005-03-13 | * Moved Being public char *speech to private std::string speech | Bjørn Lindeijer | 1 | -3/+2 | |
* Moved Being public PATH_NODE *path to private std::list<PATH_NODE> path * Fixed warping issue which corrupted player (which also applies to respawning) * Got rid of sound error in Setup window | |||||
2005-02-21 | Added parameter names in header. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-02-21 | Updates to change log, file lists, lots of doxygen comments and small changes. | Bjørn Lindeijer | 1 | -83/+4 | |
2005-02-13 | Largely cleanups. | Bjørn Lindeijer | 1 | -0/+247 | |