Marc Zinnschlag
95d9c99d0d
Merge remote branch 'pvdk/filedialog'
13 years ago
Pieter van der Kloet
e21442f6cc
Fix for Bug #306 : launcher now creates the config dir and returns proper error codes
13 years ago
Marc Zinnschlag
1f0efa9f7d
Merge remote branch 'scrawl/guifixes'
13 years ago
scrawl
15e959868c
make some of the gui mode changes a bit safer
13 years ago
Marc Zinnschlag
590dfe8d63
fixed the container fill problem on cell load
13 years ago
Marc Zinnschlag
511d0c0e1c
Merge remote branch 'scrawl/rendererselection'
13 years ago
Marc Zinnschlag
e89cf29994
Merge remote branch 'scrawl/guifixes'
13 years ago
scrawl
61ec56debc
don't add duplicate resolutions
13 years ago
scrawl
c9e76d3e90
remove extra tokens at the end of the resolution string, if present
13 years ago
scrawl
ff278ab4ec
chargen generate class: fix result not being shown in review dialog
13 years ago
scrawl
0aa01b93e2
don't put blue color on actions that are in the topic list, but are not topics (e.g. Barter)
13 years ago
Marc Zinnschlag
50d81e99fb
possible fix for script execution bug
13 years ago
Marc Zinnschlag
9a6f012578
Merge branch 'script'
13 years ago
Marc Zinnschlag
09057daac5
Merge remote branch 'scrawl/containerunlocking'
13 years ago
scrawl
de3daf3dc1
allow the 'lock' and 'unlock' script commands to work on containers, like in morrowind
13 years ago
Marc Zinnschlag
4a726f272b
Merge remote branch 'pvdk/filedialog'
13 years ago
Marc Zinnschlag
badb20e5df
Merge remote branch 'scrawl/rendererselection'
13 years ago
Pieter van der Kloet
f81e127701
Created custom directory dialog which only accepts Data Files dirs
13 years ago
scrawl
b831c3313d
render system was not written on launcher exit
13 years ago
Marc Zinnschlag
3c42a71dae
removed some cout spam
13 years ago
Marc Zinnschlag
e2a77037eb
fixed a type in a script instruction
13 years ago
Marc Zinnschlag
8283f5f135
added setHello/Fight/Flee/Alarm instructions
13 years ago
Marc Zinnschlag
ea29b74bb4
added per NPC/creature basic AI-settings (hello, fight, flee, alarm)
13 years ago
Marc Zinnschlag
7454713a9b
addet provisional implementation of AiWander (doesn't do anything yet)
13 years ago
Marc Zinnschlag
b16157a618
documentation fix
13 years ago
Marc Zinnschlag
3167ae9473
added force/clearforce instructions for run and sneak
13 years ago
Marc Zinnschlag
0795730a19
Merge branch 'xdoty' into script
13 years ago
Marc Zinnschlag
fe85de5ea7
Issue #181 : assignment to member variables
13 years ago
Marc Zinnschlag
10b27e582b
Issue #181 : various fixed to member variable access
13 years ago
Marc Zinnschlag
8b19de17b6
Iisue #181 : enable member variable access from expressions in console
13 years ago
Marc Zinnschlag
6c5b21fa42
Issue #181 : Member variable access in expressions; error reporting fix for the previous commit
13 years ago
Marc Zinnschlag
6a89d76321
Issue #181 : Improved script error reporting for local and global scripts
13 years ago
Marc Zinnschlag
d1441d79e7
Issue #181 : added code generation for member variable access
13 years ago
Marc Zinnschlag
050559d2e2
Issue #181 : added member variable access token
13 years ago
Marc Zinnschlag
7caf727606
added new contributor to readme file
13 years ago
Marc Zinnschlag
ba38bad46e
Merge remote branch 'scrawl/leakfix'
13 years ago
scrawl
584ae30213
don't show diseases and curses in the spell list
13 years ago
scrawl
0b850a2cb5
fix crash introduced by last commit
13 years ago
Marc Zinnschlag
0f71439991
Merge remote branch 'garvek/master'
13 years ago
scrawl
b6744e6195
Merge branch 'master' into leakfix
13 years ago
scrawl
e498495589
fix a leak: physics heightfield was only destroyed on cell change and not on exit
13 years ago
Sylvain THESNIERES
9f84518910
Remove dead code
...
Object class is quake specific stuff and these parts were *dead*. There is more references to the pointer but it is commented and seems to be used as "reference code" for future implementation of player functions, so I prefered not touching them.
13 years ago
Alexander "Ace" Olofsson
82fba53771
Removed the license screen and changed so all licenses are instead installed to the game folder.
13 years ago
Pieter van der Kloet
0bcec32c70
Changed launcher logo to the new one done by Necrod
13 years ago
scrawl
447158e9d6
shutdown crash fix
13 years ago
Sylvain THESNIERES
0c7476b88c
Fix build in DEBUG mode for MSVC
...
- commented stall code
13 years ago
Sylvain THESNIERES
fc3a3fc173
MSVC build compliance:
...
- static const float member is not ISO
- callback do not match DLL signature
13 years ago
Sylvain THESNIERES
7354d1eccb
CMake fixes:
...
- Fix environment variable in Bullet
- Remove spurious message in MyGUI
13 years ago
scrawl
246c6493df
Merge branch 'master' into graphics
13 years ago
Marc Zinnschlag
ce43ff8d05
Issue #181 : added member variable access opcodes
13 years ago