Enno Rehling
|
29124b92e2
|
Bug 1984: length of ship description is longer than a name, size buffer
appropriately.
|
2014-02-06 10:45:52 +01:00 |
|
Enno Rehling
|
e0ce8877a5
|
increase buffer size for descriptions to 8K. http://bugs.eressea.de/view.php?id=1984
|
2014-01-05 19:13:06 -08:00 |
|
Enno Rehling
|
0f0cda214f
|
fix http://bugs.eressea.de/view.php?id=1983
message-type hashes were not initialized.
|
2014-01-05 12:50:13 -08:00 |
|
Enno Rehling
|
6412d3bbf8
|
remove the fallback password.
|
2014-01-01 20:29:08 -08:00 |
|
Enno Rehling
|
3660c47afb
|
remove os.[hc] in favor of generated config.h
new cmake files to find lua
|
2014-01-01 19:14:26 +01:00 |
|
Enno Rehling
|
4a08cdd23e
|
repair UTF8 order parsing
probably broke the old latin1 parsing, but who cares?
|
2013-12-31 09:27:42 -08:00 |
|
Enno Rehling
|
96b3e302be
|
fix a bug reading gamedata
n is not a loop variable, it is purely for use as a temporary here.
|
2013-12-31 08:37:17 -08:00 |
|
Enno Rehling
|
07a57fadaa
|
fix gcc errors, mostly reading unsigned values.
|
2013-12-31 10:29:00 +01:00 |
|
Enno Rehling
|
77ab9133c2
|
use the storage submodule everywhere.
make most magic use float instead of double.
|
2013-12-31 01:06:28 -08:00 |
|
Enno Rehling
|
30b3911637
|
eliminate strdup
The POSIX name for this item is deprecated. Instead, use the ISO C++
conformant name: _strdup.
|
2013-12-29 05:38:58 -08:00 |
|
Enno Rehling
|
478f900b7d
|
fixing up what my last commit broke, so it compiles on a regular linux again.
platform.h needs some cleanup.
|
2013-12-29 09:31:49 +01:00 |
|
Enno Rehling
|
6521fed160
|
fix some bad includes.
start removing the cfopen function.
move a function that was only used in textstore.c.
|
2013-12-29 00:19:22 -08:00 |
|
Enno Rehling
|
89649844f6
|
core is now part of the server
simplifying git repository structure
|
2013-05-11 13:02:21 -07:00 |
|