Commit Graph

155 Commits (e39caef261bdb92182b38d27327bb2e5b026c50d)

Author SHA1 Message Date
Marc Zinnschlag e39caef261 second set of additional doxygen comments 14 years ago
Nicolay Korslund 3e170002e2 Merge remote branch 'zinnschlag/cell' 14 years ago
Nicolay Korslund 71e5a15298 Minor improvement to to_utf8 14 years ago
Nicolay Korslund 6a12ce313e Fixed uninit var in loadland.hpp 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
Nicolay Korslund 0eae9d1504 Removed -Werror again 15 years ago
Nicolay Korslund 91e8590288 Merge branch 'master' of http://github.com/zinnschlag/openmw 15 years ago
Nicolay Korslund f55362cbdc Some Windows-help to cmake/FindAudiere.cmake + non-important changes. 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 5552c44753 Cleaned up strnlen in esm_reader. Added -Werror switch to g++. 15 years ago
Nicolay Korslund e30306f7c3 Removed redundant custom exception class 15 years ago
Nicolay Korslund c5d3a40fde Fixed ESM bug (quest records). 15 years ago
Nicolay Korslund d32563063b Alternative fix to mesh crash bug 15 years ago
Marc Zinnschlag 044bf0ab48 fixed parsing explicit references in the body of control structures 15 years ago
Marc Zinnschlag 15878b12fd Merge branch 'master' into exterior 15 years ago
Marc Zinnschlag c18e83d7c0 extended scripting extensions to code segment 3 (instructions and functions with optional arguments) 15 years ago
Marc Zinnschlag b3cc3073a3 changed encoding of segment 3 opcodes (increasing the number of opcodes, while reducing the width of the argument) 15 years ago
Marc Zinnschlag 08d2b80434 message box fix 15 years ago
Marc Zinnschlag f4e79a48f0 implemented optional arguments 15 years ago
Marc Zinnschlag 276a9db6f7 added missing button implementation for MessageBox 15 years ago
Marc Zinnschlag 72cc0a3983 fixed typo in documentation 15 years ago
Marc Zinnschlag 9a7c72cdbe Merge commit 'ape/master' 15 years ago
Armin Preiml 27166b4ee4 added bone assignment, skeleton is disabled for meshes
Skeleton isn't assigned to the meshes for now, because it crashes on some.
15 years ago
Nicolay Korslund 2ad9850070 Added .wav -> .mp3 sound file lookup 15 years ago
Marc Zinnschlag 6583b66e82 added load function for exteriors to cell sstore 15 years ago
Nicolay Korslund 3127602c57 Added file_finder component. Used by sound system. 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
Nicolay Korslund 358e1ca5a5 Added custom UTF8 converter. Removed iconv dependency. 15 years ago
Marc Zinnschlag 2cfe5f0697 Merge branch 'master' into dialogue
Conflicts:
	apps/openmw/mwclass/creature.cpp
	apps/openmw/mwclass/creature.hpp
	apps/openmw/mwclass/npc.cpp
	apps/openmw/mwclass/npc.hpp
	apps/openmw/mwworld/class.cpp
	apps/openmw/mwworld/class.hpp
15 years ago
Armin Preiml 47a28fe02b If nif has a skeleton vertices are placed on the right position. 15 years ago
Armin Preiml 6a936100a7 Merge remote branch 'upstream/master' 15 years ago
Armin Preiml d8f8bd12d3 Disabled loading skins.nif. NifLoader builds now a skeleton (if available) 15 years ago
Nicolay Korslund 5d4dba981f Fixed mistake in NPC record struct 15 years ago
Marc Zinnschlag 0d4f2ab3ef disabled escape sequences in script strings (doesn't work with Windows paths) 15 years ago
Armin Preiml 181b538e4a restructured ogre nif code (struct -> class with singleton), formated code 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
Armin Preiml 305563e595 disabled char encoding method for windows, although you'll need to add the iconv libs 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 69ea00455f Merge branch 'poly'
Conflicts:
	apps/openmw/mwworld/world.cpp
15 years ago
Marc Zinnschlag f50ced4616 added missing record classes 15 years ago
Armin Preiml 986325b3b2 Changed decoding code page from ISO-8859-1 to WINDOWS-1252 15 years ago
Marc Zinnschlag 00c0a50f7f Merge commit 'ape/master' 15 years ago
Armin Preiml f3ee9ced5c Added cmake file for the iconv library and extended relevant
cmake files to use it.
Added convertToUTF8 to esm_reader. getString(int size) uses this
method now.
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