0ad/source/lib/res
Ykkrosh fba692c8b5 # Fixed some warnings and potentially misleading code
* Removed ToJSVal<jsval> because it's treated as ToJSVal<long> and
causes minor confusion and/or compiler errors.
   Changed script interface functions to return either C++ types or a
jsval_t wrapper.
 * Replaced some C casts with static_cast to avoid significant confusion
and to cause compiler errors instead.
 * Removed some redundant argument-checking code. Simplified some
string-generating code.
 * Fixed some "dereferencing type-punned pointer will break
strict-aliasing rules" warnings (from `g++ -O3`).

This was SVN commit r5115.
2007-05-29 19:01:21 +00:00
..
file # Fixed some warnings and potentially misleading code 2007-05-29 19:01:21 +00:00
graphics # Fixed some warnings and potentially misleading code 2007-05-29 19:01:21 +00:00
sound minor cleanup+fixes+additions 2007-05-21 19:22:55 +00:00
h_mgr.cpp # housekeeping 2007-05-21 23:24:56 +00:00
h_mgr.h # housekeeping 2007-05-21 23:24:56 +00:00
handle.h Add some missing file comments in source/lib. 2007-05-08 15:11:53 +00:00
mem.cpp . split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it. 2007-05-09 21:01:11 +00:00
mem.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
res.cpp prevent crash if lib_error association code is called before _cinit (happens if there's a problem with whrt init). 2007-05-28 09:20:55 +00:00
res.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00