Chris Beck
ba51524f6e
update copyright to year 2016
...
using this shell script:
find src -type f -print0 | xargs -0 sed -i "s|Copyright (C) \([[:digit:]]*\)\([ ]*\)-\([ ]*\)2015|Copyright (C) \1\2-\32016|g"
2016-01-02 23:59:31 -05:00
Charles Dang
0e87847669
Added some includes I needed to build with SDL2
...
If these cause problems for other people, feel free to revert.
2015-12-20 05:44:51 +11:00
Ignacio R. Morelle
57ae45387a
New Year copyright update
2015-01-01 19:07:35 -03:00
Ignacio R. Morelle
a4f47a63c7
New Year copyright update
2014-01-01 02:08:52 -03:00
Ignacio R. Morelle
0ee75fb0a9
Doxygen comment fixes
...
In particular:
> warning: unable to resolve reference to `std::istream' for \ref command
2013-08-18 11:46:53 -04:00
Eric S. Raymond
043c4f9fd3
Remove $Id$ cookies.
2013-03-26 21:41:37 -04:00
Mark de Wever
43b71f2ff0
New year copyright update.
2013-01-01 09:22:03 +00:00
Mark de Wever
c9367f8e11
Add a new buffered std::istream wrapper.
...
This class increases the speed of the starting up code. The code is
game.cpp:374 -- 442. After converting the preprocessor and tokenizer to
use this new class the time of that part of the code went from 978 ms to
866 ms.
2012-03-24 08:28:27 +00:00