Commit Graph

13 Commits (c04277b9219423b80b9c27694c7a1e280392ed9e)

Author SHA1 Message Date
Icedream 5481753645 Remove debug messages from helpingHints.gsc. 2016-04-08 19:03:22 +02:00
Icedream 388ccfbee0 Fix helpful hints to be only shown once in a round.
It turns out localized strings can not be used reliably in context of array indexing (or even debug printing). Here we switch to hardcoded strings ("name") in order to manage the "already seen hints" array.
2016-04-08 18:53:44 +02:00
Icedream a225f2e693 helpingHints: Use player GUID instead. 2016-04-07 17:36:21 +02:00
Icedream 7643cad34e Dump results from GetEntArray in developer mode. 2016-04-04 12:38:37 +02:00
Icedream ca3621d77c Try to make class change menu inaccessible from ingame menu. 2016-04-04 12:37:13 +02:00
Icedream 0c5b380bde This actually has no effect whatsoever. 2016-04-04 12:36:36 +02:00
Icedream 950c136332 Renaming menu functions in disableClassMenu.gsc.
Avoids conflicts on import.
2016-04-04 12:36:17 +02:00
Icedream 70cbb70398 Make use of the original auto-assign handler instead.
Reimplementing should be avoided when possible.
2016-04-04 10:54:36 +02:00
Icedream 1222ef59e6 Redirect change class menus to team menu. 2016-04-04 10:51:20 +02:00
Icedream 28a23eaf11 Fix auto-assign entry in team menu to not show class selection. 2016-04-04 10:50:49 +02:00
Icedream d51e711b7a Added helpful hints for first-time players!
TODO: Localize that!
2016-04-03 13:18:22 +02:00
Icedream 8c86e26997 modellist: Generalized initScriptModels to initFromEntArray. 2016-04-03 13:11:54 +02:00
Icedream 20c73de7a5 Initial commit. 2016-04-02 19:40:56 +02:00