Commit Graph

4824 Commits (008d6d6589e9709efdede92a94f1bd706df9fe06)
 

Author SHA1 Message Date
Nathan Jeffords 008d6d6589 added additional library search paths to find bullet
This allowed CMake to correctly build Visual Studio 2010 project files against a windows compiled version of bullet (2.81 rev 2613)
12 years ago
greye 7e0713f6c4 fix string case update 12 years ago
Marc Zinnschlag 8b2785400b Merge remote-tracking branch 'trombonecot/comparestring' 12 years ago
eduard 69d9d22579 comparestring 12 years ago
Marc Zinnschlag e577731a06 Merge remote-tracking branch 'scrawl/master' 12 years ago
scrawl f56182cac2 fix journal window not rendering any text 12 years ago
Marc Zinnschlag 714b1924a5 partial dialogue subview implementation 12 years ago
eduard 98103e15eb conflict resolution 12 years ago
eduard fb25f407fb dialoguemanager conflict 12 years ago
eduard c85400b809 Merge https://github.com/zinnschlag/openmw into comparestring
Conflicts:
	apps/openmw/mwdialogue/dialoguemanagerimp.cpp
	apps/openmw/mwworld/worldimp.cpp
	components/esm_store/reclists.hpp
	components/misc/stringops.hpp
12 years ago
Marc Zinnschlag 92623921ad updated credits file 12 years ago
Marc Zinnschlag 8d4afe3bf5 post merge fix 12 years ago
Marc Zinnschlag e2a8e2107b Merge branch 'globals' 12 years ago
Marc Zinnschlag 334588bf1c Merge branch 'editor2' 12 years ago
Tom Mason bed8fb69e6 added bounty related scripting functions 12 years ago
Marc Zinnschlag 5f523afa05 Merge remote-tracking branch 'wheybags/master' 12 years ago
eduard c75a5ae212 string compare and tolower 12 years ago
eduard 8545667bbd string compare and tolower 12 years ago
Tom Mason ad9b86058b replaced explicit text with GMST entries, thanks to zinnschlag 12 years ago
Marc Zinnschlag 2736e84e49 updated credits file 12 years ago
Tom Mason ba2301a156 removed redundant code thanks to scrawl 12 years ago
Tom Mason 299a1f32ed cleanup 12 years ago
Tom Mason 51fce62b69 Merge branch 'messageboxes' 12 years ago
Tom Mason 716fbbbd74 messageboxes during dialogue show up in dialogue window, and messageboxes are generated when an item is removed from inventory 12 years ago
Tom Mason a14b7e4a0f small fixes on text defines 12 years ago
Marc Zinnschlag e9ba7339f3 improved error handling 12 years ago
Marc Zinnschlag afc2e840ae renamed namespace TranslationData to Translation 12 years ago
Marc Zinnschlag 206c613b52 moved translation storage from GUI manager to engine 12 years ago
Marc Zinnschlag 2d468fec02 made previous commits naming standard compliant 12 years ago
Marc Zinnschlag 4c28f3211b Merge remote-tracking branch 'lazydev/master' 12 years ago
lazydev 1f71395660 renaming of translation component; removing of C++11 features 12 years ago
lazydev 74ae479780 Cell names localization fix 12 years ago
Tom Mason 8ac8fdff47 implemented all text defines except a few for keybindings that don't exist yet 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
Marc Zinnschlag 1cf019a007 post merge fix 12 years ago
Thoronador 5a7a8629b6 remove unnecessary include directive 12 years ago
Thoronador 32f051d61d Remove 'GMST fixing' for dirty GMST records
The 'fixing' for so-called dirty GMSTs does not work properly in its
current state anyway, so it should be removed. Fixing the 'GMST fixing'
might not be possible, because whether or not a GMST is 'dirty' depends
on the language version of MW. Therefore different 'fixing' algorithms
would be required for the different MW localisations, and I do not see
a good reason why GMST values should be hard-coded in the GMST load
procedure. In my opinion, it only clutters the code.

Last but not least, I believe that it is not the task of the engine to
clean ESM files from dirty entries. That is a job for the modders, who
should only release clean ESM/ESP files in the first place. The engine
should not need to worry about whether a file is 'dirty' or not.

That is why I believe a feature for cleaning ESM/ESP files shall not be
part of the engine.
12 years ago
scrawl f0f521a4e0 enableRestMenu -> enableRest 12 years ago
Marc Zinnschlag 77852439ce moved ColumnBase and Column struct into a separate translation unit 12 years ago
scrawl a6c3e06e54 fixed fog in some cells 12 years ago
Marc Zinnschlag f95e72166c hide type column in non-mixed type tables 12 years ago
Marc Zinnschlag faa5ef0874 rewrote column class 12 years ago
Marc Zinnschlag 640c218df3 made record state uneditable again 12 years ago
Marc Zinnschlag 3d4c8c5444 added dialogue sub view (editing of a single record; not functional yet); fixed a bug in Universal to string conversion 12 years ago
Marc Zinnschlag 02184526e6 moved two helper classes from view/world/table into a separate translation unit 12 years ago
Marc Zinnschlag cc18b30e17 open sub view on double click in report view 12 years ago
Marc Zinnschlag fab927b4ce Merge remote-tracking branch 'psi29a/staticboost' 12 years ago
psi29a e4ac7a4df4 remove libboost1-xxx from deb depends since we can compile statically 12 years ago
Marc Zinnschlag c75563c184 report model and view 12 years ago
Marc Zinnschlag 2db930a5cf rewrote subview factory system 12 years ago