Commit graph

18 commits

Author SHA1 Message Date
smallmodel
f27be7314e
Add a BotMovement class for managing bot movements 2024-10-09 20:46:39 +02:00
smallmodel
0b07858bfc
Refactor PlayerBot to use a separate controller class, alongside classes that manage bots 2024-10-08 22:17:22 +02:00
smallmodel
b1f7d641fc
Use game.maxclients for the maximum number of bots 2024-10-06 21:44:10 +02:00
smallmodel
8451c11916
Add a feature to dynamically create a master class for development 2024-10-05 20:17:11 +02:00
smallmodel
bdec6aab07
Fix calls to class dumping functions 2024-08-31 22:09:50 +02:00
smallmodel
29c3bece4e
Prevent players to use developer commands like lod or view 2024-08-31 21:32:55 +02:00
smallmodel
c4683e2417
Don't execute entity events from the console if the client isn't running
This prevent the server from executing console commands for the first player
2024-08-31 21:18:35 +02:00
smallmodel
9c68af92be
Added more console commands to initialize 2023-11-02 20:23:45 +01:00
smallmodel
bc5d7f5e93
Added "reloadmap" console command from moh 2.0 and above 2023-11-02 20:20:58 +01:00
smallmodel
f2ba9a88be
Reimplemented G_ScriptCmd() 2023-11-02 20:15:08 +01:00
smallmodel
81b711364e
Use Event::Exists() instead of getting it, to see if an event exists 2023-11-02 20:14:34 +01:00
smallmodel
554e0c7fac
Formatted gamecmds source files 2023-11-02 20:07:29 +01:00
smallmodel
11fb5ee2af
Fixed removebot never working 2023-08-20 02:23:49 +02:00
smallmodel
7a57a25c58
Reworked the bot system 2023-08-19 17:58:54 +02:00
smallmodel
d95cdcc142
Moved bot functions to g_bot.cpp 2023-08-19 16:03:42 +02:00
smallmodel
0310475957
Don't make "addbot", "removebot" and "bot" public commands 2023-08-19 02:17:12 +02:00
smallmodel
5333c7ff4a
Removed empty line before opening braces 2023-07-05 20:52:55 +02:00
OM
e4fa0fff3a Renamed **game** to **fgame** 2023-06-15 23:44:02 +02:00
Renamed from code/game/gamecmds.cpp (Browse further)