Commit Graph

24 Commits (coverity_scan)

Author SHA1 Message Date
scrawl 07b064f616 Rename to lowerCaseInPlace 9 years ago
scrawl b8e11cf197 Merge commit 'pull/upstream/678' into HEAD
Conflicts:
	apps/esmtool/record.cpp
	apps/opencs/model/doc/savingstages.cpp
	apps/opencs/model/world/land.cpp
	apps/opencs/model/world/land.hpp
	apps/opencs/model/world/landtexture.cpp
	apps/openmw/mwworld/store.cpp
	components/esm/loadland.cpp
	components/esm/loadland.hpp
9 years ago
scrawl 67bd6cd708 Remove empty line at the beginning of files
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
10 years ago
Stanislav Bas 67c8f95c4e Load/read methods (for ESM records) accept a deleted flag in OpenMW 10 years ago
Stanislav Bas 20723581a1 Letter case fix for MWWorld::Globals 10 years ago
Stanislav Bas 897a52cdda Remove NAME handling from MWWorld::Globals 10 years ago
scrawl c883a73d30 Several warning fixes 10 years ago
scrawl c3f3f8b3d0 Use only Cell records for saving progress bar (Fixes #2259) 10 years ago
scrawl f6f6b5604a Fix loading a savegame when some of its content files were disabled
Fixes #1380
11 years ago
scrawl 27a05027f4 Fixes #1172: Added basic loading/saving progress bar
The progress is not particularly accurate. It simply uses the current / total number of records written/read as indication. Cell records are currently the largest by far, but there is a good chance that could be optimized using a change tracking system.
11 years ago
Marc Zinnschlag fc37c77a91 store global variables in saved game files 11 years ago
Marc Zinnschlag b38bfe1f21 removed a redundant function for listing global variables 11 years ago
Marc Zinnschlag 51bfa5cde3 rewrote global variable storage (using ESM variant type now) 11 years ago
scrawl 40a0969055 Insert records that may not exist in vanilla MW 12 years ago
Marc Zinnschlag 6c76e97bbc fixed day count in rest dialogue 12 years ago
Marc Zinnschlag a1ac20c6f3 changed global variable records to new variant type 12 years ago
Marc Zinnschlag a7102c143f ESX variable type cleanup 12 years ago
Tom Mason f2c6907244 Added in text escape sequences for dialogue, messageboxes and books. builtins are placeholders, global variables work 12 years ago
greye 242a9b5a59 various interface fixes, commented unused code 12 years ago
greye 2057f5619e move ESMStore to MWWorld 12 years ago
greye 7606ebafd6 resolving conflicts, minor update 12 years ago
Marc Zinnschlag 77e03f0f31 fixed global variable search to properly handle injected variables (DaysPassed) 15 years ago
Marc Zinnschlag e670753497 fixed handling of global variables of type short 15 years ago
Marc Zinnschlag 083b11c740 moved global variable handling into a separate class 15 years ago