quakeforge/libs/ruamoko
Bill Currie 78f552aa87 [ruamoko] Initialize static instances
This is one step closer to implementing conformsToProtocol. However,
protocols are not yet initialized correctly: they are not registered,
nor are their selectors.

While the static initializer list pointer was not written previously,
the module struct always came immediately after the symbols struct, and
the module version has so far always been 0. Thus, the list pointer is
correctly 0 for older progs and there's no need for a version bump.
2020-03-02 13:45:47 +09:00
..
Makefile.am Remove File_Open 2020-02-26 13:45:14 +09:00
pr_cmds.c Move to using an in-memory form of ddef_t 2020-02-22 22:33:44 +09:00
rua_cbuf.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
rua_cmd.c Make hash tables more const correct. 2012-10-27 11:44:31 +09:00
rua_cvar.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
rua_hash.c Improve handling of pr_argc 2020-02-25 17:36:29 +09:00
rua_init.c Remove File_Open 2020-02-26 13:45:14 +09:00
rua_math.c Add missed overridden math functions 2020-02-15 23:49:12 +09:00
rua_msgbuf.c Create a message buffer API for Ruamoko 2012-02-06 15:50:32 +09:00
rua_obj.c [ruamoko] Initialize static instances 2020-03-02 13:45:47 +09:00
rua_plist.c Fix more gcc 4.8 errors. 2013-09-27 23:09:37 +09:00
rua_qfile.c Clean up a lot of va usage 2020-02-26 09:46:59 +09:00
rua_qfs.c Remove File_Open 2020-02-26 13:45:14 +09:00
rua_script.c Make script much friendlier to use 2020-02-26 09:39:03 +09:00
rua_set.c Rename set_iter_t's value to element. 2012-12-21 14:09:00 +09:00
rua_string.c Reduce the ephemeral nature of str_mid 2020-02-19 21:41:46 +09:00