16 Commits

Author SHA1 Message Date
Jon Daniel
d06440d5bf Release the sound device if it is no longer needed.
Added checkboxes to enable/disable sound/music.
Changed volume to be int instead of double.
2005-07-31 18:56:58 +00:00
András Salamon
8d25fb99a6 codeclean in src, mostly Dave's new email address (checked with cvs diff -b)
BY THE WAY, many of the source files have no copyright headers!
2005-07-02 21:37:20 +00:00
Guillaume Melquiond
914823feef A try at timestamping log messages (in the campaign server for now). 2005-05-01 08:57:54 +00:00
Guillaume Melquiond
d2154990c3 Since I'm doing unnecessary commits to these files,
...I could at least add the missing filesystem domain, so that it's done.
2005-03-26 16:22:24 +00:00
Guillaume Melquiond
136b29241d New construct to prevent the game to format and then discard log messages:
LOG_STREAM(warn, network) will produce a log stream when necessary.
2005-03-26 16:19:31 +00:00
Guillaume Melquiond
4385485a4a New construct to prevent the game to format and then discard log messages:
LOG_STREAM(warn, network) will produce a log stream when necessary.
2005-03-26 16:19:08 +00:00
Guillaume Melquiond
4044624467 log.hpp doesn't use operator<<. Why add a dependency on ostream? 2005-03-24 07:41:00 +00:00
Yann Dirson
707311ad88 using operator<< on log requires ostream to be known 2005-03-23 22:01:47 +00:00
Guillaume Melquiond
f4db137d87 A bit of copyright assignment for the files I have heavily modified. 2004-11-14 00:39:10 +00:00
Guillaume Melquiond
d53d572692 Switched A* resolution to the new logging system 2004-09-19 11:13:56 +00:00
Guillaume Melquiond
5bcbf874e5 Added a few debug domain 2004-09-18 21:23:24 +00:00
Guillaume Melquiond
235a34cd24 New logging system.
First step: implementing the architecture. To get back the scope
logging messages, add this line somewhere:
'lg::set_log_domain_severity("general", 2);'.
2004-09-18 18:29:04 +00:00
Dave White
896b85613d made it so 'gender' works with move_unit_fake 2004-08-13 03:11:31 +00:00
uid68803
2a2d268a6d removed definition of log2 which clashes with some compilers 2004-02-16 22:10:45 +00:00
Dave White
967db0e428 fixed compile errors on gcc 2.9 (?) 2003-10-06 10:42:29 +00:00
zas
ffa8b0bf4e Step1 of source move. 2003-09-19 10:21:25 +00:00