summaryrefslogtreecommitdiff
path: root/src/sound.cpp
AgeCommit message (Collapse)AuthorFilesLines
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-30/+30
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-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-23Merged most of the changes in biggeruniverse's second memory cleanup patch.Bjørn Lindeijer1-2/+2
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-0/+4
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-1/+1
2005-05-27autoTarget is now a Being*, also may have fixed related crash and added labelBjørn Lindeijer1-4/+5
to show current target.
2005-05-02Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix.Bjørn Lindeijer1-17/+17
2005-04-26Changed keyboard control to integrate better with mouse walk, changed locationBjørn Lindeijer1-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 Favalli1-43/+2
- New slider skin - Some updates to win32 compile guide - Cleaned sound engine - Improved setup window (need testing)
2005-04-14Fixed pixel alignment error in playerset that was just introduced, and fixedBjørn Lindeijer1-2/+13
initialization and cleanup in sound engine (solved crash at least in case of no sound).
2005-04-11Improving sound engine (now it loads samples through resource manager)Eugenio Favalli1-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 Lindeijer1-2/+2
* Disabled Ok button in Buy and Sell dialog when amount is 0 * Corrected the three known map bugs
2005-04-06Adding some debug infos to the sound engineEugenio Favalli1-3/+13
2005-04-06Following a suggestion from the SDLEugenio Favalli1-2/+5
irc channel to fix sound rcash bug.
2005-04-03Added playing hardcoded background song during login, stops when game starts.Bjørn Lindeijer1-1/+6
2005-03-24Logger Implemented. (3/3)Yohann Ferreira1-8/+9
2005-03-16Advanced version to 0.0.11, updated desert tilesets and made sound code log aBjørn Lindeijer1-36/+18
bit more.
2005-03-13* Moved Being public char *speech to private std::string speechBjørn Lindeijer1-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-21Added parameter names in header.Bjørn Lindeijer1-1/+1
2005-02-21Updates to change log, file lists, lots of doxygen comments and small changes.Bjørn Lindeijer1-83/+4
2005-02-13Largely cleanups.Bjørn Lindeijer1-0/+247