zturtleman / spearmint

Spearmint — an updated id Tech 3 engine for continuing the classics and creating new games.
https://clover.moe/spearmint
GNU General Public License v3.0
240 stars 27 forks source link

Rename bg_misc.h back to bg_public.h #63

Closed zturtleman closed 8 years ago

zturtleman commented 11 years ago

There is currently three defines in bg_public.h, need to deal with them. (Ideally removing their usage from engine.) After renaming bg_misc.h to bg_public.h, don't include bg_public.h in engine.

(bg_public.h is filename used by quake3, rtcw, et, jk2, ja, etc).

zturtleman commented 11 years ago

Removed CS_WARMUP in 1f7921e79fa23c76bdd6f976d745c2b9b36469a3 and CS_MESSAGE 96ff2df916bd4fb810f54d7af6f76a36a5d2cfd9 from engine. Now just need to decide what to do about PERS_SCORE usage in server.

zturtleman commented 10 years ago

File renamed in mint-arena, because bg_public.h is not used there. https://github.com/zturtleman/mint-arena/commit/bf460ef35b26cbc715c1cd98a89d124d4f0caa15

zturtleman commented 8 years ago

Removed bg_public.h from Spearmint in https://github.com/zturtleman/spearmint/commit/e9e7e0ecc1793c564393e5b3854144f67be63fe8.