index
:
mana/mana-client
0.5
0.6
lpc2012
master
Original Mana client. For the new Qt client, see https://github.com/tales/tales-client
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sound.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-18
Added notification sound on receiving whisper
Thorbjørn Lindeijer
1
-0
/
+29
2012-02-10
Arbitrary small code cleanups
Thorbjørn Lindeijer
1
-1
/
+1
2012-01-26
Updated copyrights to 2012
Thorbjørn Lindeijer
1
-1
/
+1
2012-01-24
Stream music files directly from the archives
Thorbjørn Lindeijer
1
-49
/
+23
2012-01-20
Fixed a bug with hurt sounds volume and simplified code
Thorbjørn Lindeijer
1
-17
/
+13
2012-01-10
player_node -> local_player
Yohann Ferreira
1
-2
/
+2
2011-04-26
Made the client use a unique kind of movement code.
Yohann Ferreira
1
-2
/
+5
2011-04-11
Implemented a simple non-blocking fadeOutAndPlay system.
Yohann Ferreira
1
-7
/
+52
2011-03-15
Basically merged the two movement algorithms into one.
Yohann Ferreira
1
-2
/
+5
2011-01-18
Check for negative positional values in the playSfx() function.
Yohann Ferreira
1
-0
/
+4
2011-01-11
Added a distance based positional sfx sound system. Thanks to 4144.
Yohann Ferreira
1
-5
/
+22
2010-09-25
Merge branch '1.0'
Thorbjørn Lindeijer
1
-8
/
+2
2010-09-13
Avoid loading non-existing music and minimaps
Stefan Dombrowski
1
-6
/
+1
2010-09-09
Fixing sound effects
Stefan Dombrowski
1
-2
/
+1
2010-07-28
Centralized configuration default values using the VariableData system.
Yohann Ferreira
1
-3
/
+3
2010-07-11
Made the different hard-coded paths and files be now taken from the
Yohann Ferreira
1
-2
/
+7
2010-02-22
Modify copyright headers
Freeyorp
1
-1
/
+2
2010-02-20
License header update for The Mana Client
Thorbjørn Lindeijer
1
-4
/
+3
2010-02-07
Updated Copyright year to 2010!
Bertram
1
-1
/
+1
2010-01-10
Change code style
Andrei Karas
1
-8
/
+12
2009-04-18
Removed superfluous include of physfs.h from sound.cpp (remnant of an earlier...
Philipp Sehmisch
1
-1
/
+0
2009-04-16
Merge branch '0.0.29'
Bjørn Lindeijer
1
-1
/
+1
2009-04-16
Some more cleanups
Bjørn Lindeijer
1
-1
/
+1
2009-04-16
Renamed ResourceManager::moveFile to ResourceManager::copyFile and catched er...
Philipp Sehmisch
1
-2
/
+7
2009-04-16
Added support for playing music in zip files.
Philipp Sehmisch
1
-1
/
+13
2009-04-14
Cleanup of Sound class, fixing restoring of volumes and music
Bjørn Lindeijer
1
-49
/
+72
2009-04-09
Some random cleanups
Bjørn Lindeijer
1
-12
/
+18
2009-02-11
Removed many pointless comparisons with NULL
Bjørn Lindeijer
1
-4
/
+4
2009-01-23
Removed unnecessary references to The Mana World in code headers
Bjørn Lindeijer
1
-4
/
+4
2008-11-18
Pedantic fixes to the client, where I alphabetized all of the include
Ira Rice
1
-4
/
+2
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
2006-12-03
Don't try to play empty strings as sounds, and don't return a SoundEffect
Bjørn Lindeijer
1
-3
/
+3
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
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
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
2005-04-16
- Readding stripping to executable (Dev-cpp project options)
Eugenio Favalli
1
-43
/
+2
2005-04-14
Fixed pixel alignment error in playerset that was just introduced, and fixed
Bjørn Lindeijer
1
-2
/
+13
2005-04-11
Improving sound engine (now it loads samples through resource manager)
Eugenio Favalli
1
-85
/
+155
2005-04-07
* Fixed crash on exit when trying to delete listbox that wasn't created.
Bjørn Lindeijer
1
-2
/
+2
[next]