dgelessus
96facaa7bb
Make Python.Cheat command more usable by not parsing its argument
...
The argument is now always treated as a plain string and passed directly
to the cheat. This is the behavior expected by all the functions in
xCheat.py, which parse the string argument manually where needed.
The previous implementation evaluated the argument value as a Python
expression. This theoretically allowed passing non-string arguments, but
none of the cheats use this (and it's also a potential code execution
issue). If no argument was passed, the function was called with no
arguments, which is also not supported by any of the cheats.
In practice, this required unintuitive syntax for calling the cheats
correctly, for example:
Python.Cheat GetPlayerID None
Python.Cheat GetSDL "'FirstWeekClothing'"
With the new argument handling, these have been simplified to:
Python.Cheat GetPlayerID
Python.Cheat GetSDL FirstWeekClothing
1 year ago
ZarothYe
229883654e
Initial pass at getting subtitle support in. Doesn't compile for unknown reasons
3 years ago
rarified
e8e9cd29ee
Fix #ifdef limiting Plasma App.SetLanguage command access in Internal client.
...
(cherry picked from commit 7be998219f
)
3 years ago
rarified
7be998219f
Fix #ifdef limiting Plasma App.SetLanguage command access in Internal client.
3 years ago
Adam Johnson
3f8eaf6a9a
Add console command `App.Crash` to debug garbled stack traces.
4 years ago
Adam Johnson
271a801834
Add console command `App.Crash` to debug garbled stack traces.
4 years ago
John Johns
22d7ff292c
Fix misplaced insert of DelayArbitration command
4 years ago
John Johns
576ac25f03
Hoikas' subworld fixes including PhysX support
...
1) Allow plSubWorldMsg to be sent over the network
https://github.com/H-uru/Plasma/pull/107
2) Cleanup VolumeSensorConditionalObject
https://github.com/H-uru/Plasma/pull/537
3) Add two new compiler feature tests - HeadSpin.h changes ONLY, as
prerequisite for VolumeSensorConditionalObject
45be91c0e3
4) Fix a crash and a silly identified by Coverity - changes for
VolumeSensorConditionalObject ONLY
a702cb9d3f
5) PXSubworld (Havok/CC subworld physics support ported to PhysX/MOULa)
https://github.com/H-uru/Plasma/pull/555
4 years ago
rarified
96903e8dca
CWE Directory Reorganization
...
Rearrange directory structure of CWE to be loosely equivalent to
the H'uru Plasma repository.
Part 1: Movement of directories and files.
4 years ago
rarified
d7a68f326c
Renormalize line endings on entire repository to <LF> (for files in repository).
...
.gitattributes will alter text endings depending on platform with "text=auto"
4 years ago
Christian Walther
ece6e6c063
Build 918 chunk 2: update from CWE-ou
12 years ago
CyanWorlds
46a0cf6206
Build 918
12 years ago
Bartek Bok
23f4d22b9b
Make Python.Cheat little bit safer
13 years ago
Bartek Bok
c3589e3fc4
Remove Python.RunFile
13 years ago
CyanWorlds
68ba122afe
Build 912
13 years ago
Lyrositor
743419d9e5
Better centering and header consistency.
13 years ago
Lyrositor
46810aa990
Fixed console documentation. Prompting for brief HTML documentation no longer appends a new group to the previous one (see https://github.com/H-uru/Plasma/issues/170 ).
13 years ago
CyanWorlds
16a6b8a28e
Open source re-licensing
14 years ago
Christian Walther
19cd10abd7
Wrap uses of the missing CyPythonIDE with #ifdef HAVE_CYPYTHONIDE
...
to make things compile, like in H-uru/Plasma.
14 years ago
JWPlatt
a20a222fc2
Initial Commit of CyanWorlds.com Engine Open Source Client/Plugin
14 years ago