fgenesis
e47d253945
fix derp in 4c52a147b0
2022-09-23 18:21:36 +02:00
fgenesis
4c52a147b0
harden SimpleIStringStream against user errors and kill operator bool()
...
Like this:
size_t x;
if(is >> x) {...}
This used to return true despite x never being populated, because
is was casted to bool, which is fine to shift by uninitialized, and
likely returned true. Whatever.
2022-09-23 18:09:26 +02:00
Valentin Ochs
9245bee717
Fix some warnings
...
mostly sign-related, but also some about commas after the last item in
an enum list, usage of default in switches, implicit or old-style casts
2017-01-20 19:10:40 +01:00
fgenesis
1fdae0c128
Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95)
2012-09-23 04:51:13 +02:00
fgenesis
56c6833220
Revert "added partial VFS support - enough to read static data from any source"
...
This reverts commit fa3e9e7329
.
2011-09-15 19:18:53 +02:00
fgenesis
fa3e9e7329
added partial VFS support - enough to read static data from any source
2011-09-15 18:33:13 +02:00
fgenesis
3096eaf5e2
initial commit. This is icculus version 5542b94cae02a6333845854bbbd1abe0a259f1a4
2011-08-03 22:05:33 +02:00