Jan Borsodi
|
ee101440a2
|
Continued work on Class Create dialog. Added sub-dialogs for picking specialization, attribute and skill. Also added some definitions in ESM for attributes and specializations.
|
14 years ago |
Marc Zinnschlag
|
9a2f128f58
|
improved record searching
|
15 years ago |
Marc Zinnschlag
|
0414d7f862
|
load skill and magic effect records
|
15 years ago |
Marc Zinnschlag
|
814d721e33
|
build external cell names from name of region instead of from internal region id
|
15 years ago |
Marc Zinnschlag
|
5f84b680af
|
implemented exterior coc
|
15 years ago |
Marc Zinnschlag
|
058f2d0cce
|
fixed a problem with previous merge
|
15 years ago |
Marc Zinnschlag
|
1dc805d0d4
|
Merge branch 'master' into exterior
Conflicts:
apps/openmw/mwscript/docs/vmformat.txt
|
15 years ago |
Nicolay Korslund
|
e30306f7c3
|
Removed redundant custom exception class
|
15 years ago |
Marc Zinnschlag
|
6583b66e82
|
added load function for exteriors to cell sstore
|
15 years ago |
Marc Zinnschlag
|
d52e2f68cd
|
added searchExt function to cell RecList
|
15 years ago |
Nicolay Korslund
|
38ad2d98f9
|
Fixed windows issues + one minor optimization on to_utf8
|
15 years ago |
Marc Zinnschlag
|
8086933282
|
Merge branch 'master' into dialogue
Conflicts:
apps/openmw/CMakeLists.txt
apps/openmw/mwclass/creature.cpp
apps/openmw/mwclass/creature.hpp
apps/openmw/mwclass/npc.cpp
apps/openmw/mwclass/npc.hpp
|
15 years ago |
Marc Zinnschlag
|
8d85211fa1
|
modified Npc and Creature class to let them store a copy of their own ID
|
15 years ago |
Marc Zinnschlag
|
7611572065
|
cleanup
|
15 years ago |
Marc Zinnschlag
|
6b1b3b20fd
|
store info records in dialogue records
|
15 years ago |
Marc Zinnschlag
|
d47de55ce9
|
read info records
|
15 years ago |
Marc Zinnschlag
|
f50ced4616
|
added missing record classes
|
15 years ago |
Marc Zinnschlag
|
80000866fe
|
split reclists find function into find and search functions (search can be used to check if an object does not exist, while find would see this as an error situation and would throw an exception)
|
15 years ago |
Marc Zinnschlag
|
61d09c4768
|
read attribute names from GMST instead of using hard-coded names (doesn't fully work yet, because of encoding issues)
|
15 years ago |
Nicolay Korslund
|
c84672a560
|
Added MyGUI to OpenMW, fully working (with events and script hooks)
|
15 years ago |
Marc Zinnschlag
|
ce74ee8618
|
removed an outdated log message
|
15 years ago |
Nicolay Korslund
|
505a972faa
|
changed assert to a softer warning message in cell_store.hpp
|
15 years ago |
Nicolay Korslund
|
359f2903d7
|
Merged athile and zinnschlag
|
15 years ago |
Marc Zinnschlag
|
cc0c21cf35
|
added function to retrieve a live cell ref via name
|
15 years ago |
athile
|
5fe4313b95
|
Various Windows fixes to CMake, compile errors, and a few warnings. Also made the command server optional and disabled by default since it is not currently working correctly on Linux.
|
15 years ago |
Marc Zinnschlag
|
c3c16facbf
|
fixed handling of case-insensitive IDs in esm store (cell list still on TODO list)
|
15 years ago |
Marc Zinnschlag
|
def0a773bd
|
replaced void * entry in cell store with a generic type
|
15 years ago |
Marc Zinnschlag
|
106d12906a
|
special case handling for script records
|
15 years ago |
Marc Zinnschlag
|
e4f85cb3e6
|
directory structure reorganisation (still missing the mangle stuff)
|
15 years ago |