Commit Graph

3636 Commits (21728020f6c6b017024f98595f43f29cad3e1e44)
 

Author SHA1 Message Date
Marc Zinnschlag 6277e39216 Merge branch 'master' into skillgain 13 years ago
scrawl e517e75d09 update 13 years ago
Alexander "Ace" Olofsson 113457d934 Fixed some windows issues and got rid of a few tiny warnings while at it. 13 years ago
Marc Zinnschlag 0f41cc499d Issue #324: Added skill gain calculation function 13 years ago
Marc Zinnschlag 10723a149b Issue #324: Change a forward declartion to avoid potential problems with pesky MSVC 13 years ago
Marc Zinnschlag d30ba14a17 Issue #324: Finished turning NpcStats into a proper class 13 years ago
Marc Zinnschlag 771863e73b Issue #324: Started turning NpcStats into a proper class; fixed a cmake script bug; fixed a namespace issue 13 years ago
scrawl a095572205 fixed some textures, started with sky 13 years ago
scrawl 71c865e2e9 let there be light 13 years ago
scrawl 33c48b9481 update 13 years ago
scrawl 1a5203749f fix "error in framelistener" when trying to pick up lights that can't be picked up 13 years ago
scrawl 8e683c2e05 vertex colors 13 years ago
scrawl 9bd888d9a1 transparency 13 years ago
scrawl 19ecc7f890 fix performance 13 years ago
scrawl f8e3213996 fog, mrt depth 13 years ago
Chris Robinson d8d00123ea Watch for empty children node refs when setting parents 13 years ago
scrawl de9b7a51de change glsl #version, remove CG from required libraries 13 years ago
Chris Robinson 832247bff2 Merge remote branch 'zini/master' into nif-cleanup
Conflicts:
	components/nif/data.hpp
13 years ago
scrawl 4ea6530772 hello world. 13 years ago
scrawl a1e48b0feb builds now 13 years ago
scrawl 24399a45c1 add submodule with current code 13 years ago
scrawl 78efc31641 different default coordinates for container window to prevent it from going invsible when changing resolution (bug #308), fixed some windows not centering when resolution change 13 years ago
scrawl 085891879c fixed another resolution change bug introduced recently 13 years ago
Marc Zinnschlag 205ed0ce5b post merge fix 13 years ago
Marc Zinnschlag cc7c6aa0ad Merge branch 'decouple' 13 years ago
Marc Zinnschlag c85aaafac2 more include cleanup (most removing Ogre.h) 13 years ago
Marc Zinnschlag 87667ab57e Issue #107: Ptr related include cleanup 13 years ago
Marc Zinnschlag 5a7b95bf7a Issue #107: cleaned up includes in apps/openmw/mwworld/class.hpp 13 years ago
Marc Zinnschlag 4c39fefd1e Issue #107: World is accessed only through the interface class from now on; some include cleanup 13 years ago
scrawl d27863bf8e rename layout files to .layout to get them recognized by layout editor 13 years ago
Chris Robinson 291599c609 Store the parents of NIF's nodes 13 years ago
Chris Robinson 046e9686f9 Cleanup RecordPtrT
This moves the index resolution into a separate post method instead of always
checking when access. As a result, it reduces the size of it down to the size
of a pointer, as opposed to 2 pointers + 1 int. The appropriate methods are
added to the various node types to make sure they're resolved.
13 years ago
Marc Zinnschlag 035c1c4b6e added World interface class; cleanup of World interface 13 years ago
Marc Zinnschlag efb95e2f83 Issue #317: check if spell actually exist in AddSpell 13 years ago
Pieter van der Kloet 2db6e4f4cf Second try: added aspect ratios to the resolution combobox 13 years ago
Marc Zinnschlag 7fcd41c69d Issue #107: Detemplateised CellStore; some include cleanup 13 years ago
Marc Zinnschlag 76174098c7 Issue #107: CellStore moved from ESMS to MWWorld 13 years ago
Marc Zinnschlag fc063472d0 Revert "Added aspect ratio info to the list of resolutions"
This reverts commit be5e047106.
13 years ago
Marc Zinnschlag e5cdc988a6 Merge remote branch 'pvdk/launcher' 13 years ago
Pieter van der Kloet dded604eca Improved launcher images made by serpentine 13 years ago
Pieter van der Kloet be5e047106 Added aspect ratio info to the list of resolutions 13 years ago
Marc Zinnschlag 2603bca7d0 Merge remote branch 'scrawl/shutdowncrash' 13 years ago
Marc Zinnschlag 70ac1c818d Merge remote branch 'scrawl/settingswindow' 13 years ago
scrawl b73b39f3c6 launcher bugfix, settings was not written when "Play" was selected 13 years ago
scrawl 87127775e8 fix shutdown crash if ogre was not initialised yet 13 years ago
scrawl 232fe0be8c fix for the directx crash 13 years ago
scrawl c37b14f5f7 Merge pull request #5 from pvdk/master
Sorting of graphics values
13 years ago
scrawl 30e86e1b9d settings window resolution sorting, aspect ratio 13 years ago
Pieter van der Kloet e5159a1950 Modified sorting of the values in the Graphics Page 13 years ago
Pieter van der Kloet 77ac8760d1 Cleaned up the GUI of the Graphics page 13 years ago