1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-08-13 07:14:05 +00:00

Commit graph

  • 8f60d5b180 made container store data members private Marc Zinnschlag 2012-02-23 13:01:53 +0100
  • af23cc352e more cleanup Marc Zinnschlag 2012-02-23 12:58:12 +0100
  • 699246e54b removed insertIntoContainer function from MWWorld::Class hierarchy Marc Zinnschlag 2012-02-23 12:53:48 +0100
  • f39aa2a68d changed take action to use the new container store interface Marc Zinnschlag 2012-02-23 12:38:25 +0100
  • 1d551030d1 container related script instruction are using the new container interface now Marc Zinnschlag 2012-02-23 12:34:51 +0100
  • e13e858c7a fixed container store iterator; new add function Marc Zinnschlag 2012-02-23 12:34:25 +0100
  • b7ea110632 manually created objects were initialised incompletely Marc Zinnschlag 2012-02-23 12:33:50 +0100
  • 5f72199419 Merge remote branch 'lgro/config_fixes' Marc Zinnschlag 2012-02-23 09:28:11 +0100
  • d5f1d7eed7 Fix for processing tokens inside data-local config option. Lukasz Gromanowski 2012-02-22 23:56:07 +0100
  • ce98397565 adding ini values for 'cloudy' and 'clear' scrawl 2012-02-22 20:39:14 +0100
  • 1badb5d04f some restructurings scrawl 2012-02-22 20:12:08 +0100
  • e0206edc44 Fixed stupid bug in getGlobalDataPath. Lukasz Gromanowski 2012-02-22 20:00:17 +0100
  • 41a8b22ebd implemented weather transitions (currently only blends the clouds) scrawl 2012-02-22 19:17:37 +0100
  • 280babc719 Fixed stylesheet and configuration problems with the launcher and code cleanup Pieter van der Kloet 2012-02-22 08:34:47 +0100
  • 4efc5bc1f2 forgot to add file scrawl 2012-02-21 22:56:34 +0100
  • b2de9e8f45 allow setting the clouds opacity scrawl 2012-02-21 22:11:41 +0100
  • c1fb5ce769 added (incomplete) WeatherManager, created by World scrawl 2012-02-21 20:22:46 +0100
  • 83753dc384 tweaked the cloud animation speed scrawl 2012-02-21 17:42:43 +0100
  • 91ffacbb6d added moon phases scrawl 2012-02-21 17:38:15 +0100
  • 10ca67c0a5 fixed the sky elements positioning delay (nodes are now children of the camera node) scrawl 2012-02-21 16:49:28 +0100
  • 2d8b0a4ac0 merged the sky manager implementation with its interface scrawl 2012-02-21 16:15:38 +0100
  • b2b09320fc Merge branch 'config' Marc Zinnschlag 2012-02-21 13:55:58 +0100
  • 547d6a0639 Merge remote branch 'lgro/config' into config Marc Zinnschlag 2012-02-21 11:50:23 +0100
  • 971ae94fbf Revert "workaround for the configuration problems" Marc Zinnschlag 2012-02-21 11:50:04 +0100
  • 694a537b57 - removed caelum sources, resources, build scripts scrawl 2012-02-21 00:14:20 +0100
  • 04d7db2860 moved the SkyManager implementation to a new source file (sky_impl.cpp) for convenience scrawl 2012-02-20 23:53:17 +0100
  • 6aac3d4b77 - removed caelum (we can get it from the git history, if needed) - added code for moon rendering (they are not visible by default) scrawl 2012-02-20 23:41:22 +0100
  • 090c0586a0 leak fix scrawl 2012-02-20 22:20:34 +0100
  • 6d37f53fa2 - abstracted the sun creation code into a CelestialBody class to be reused for the moons - fixed render queue problem scrawl 2012-02-20 22:15:13 +0100
  • ad0f9f4bcf fixed the sun rendering (rendered without depth check) scrawl 2012-02-20 21:32:12 +0100
  • 21b8456453 fixed a double-free that can happen if OpenMW exits prematurely (when OgreRenderer is deleted before CreateScene() was called) scrawl 2012-02-20 21:09:08 +0100
  • 3b3218d907 fixed 3 gcc warnings in sky.cpp scrawl 2012-02-20 18:45:04 +0100
  • f7462f980f added Plugin_CgProgramManager (used for sky shaders) to apple's USED_OGRE_PLUGINS scrawl 2012-02-20 18:39:12 +0100
  • fc66d81950 update openengine scrawl 2012-02-20 18:35:11 +0100
  • 8b5da06fce Merge branch 'next' into weather scrawl 2012-02-20 18:33:13 +0100
  • db205cf8aa Merge remote branch 'scrawl/next' into test Marc Zinnschlag 2012-02-20 14:54:08 +0100
  • 420e611a4b Merge remote branch 'scrawl/next' into next Marc Zinnschlag 2012-02-20 14:36:27 +0100
  • e02cba58b1 Merge branch 'master' into next Marc Zinnschlag 2012-02-20 14:34:27 +0100
  • 1beaea0115 forgot to add cone file Marc Zinnschlag 2012-02-20 14:14:39 +0100
  • ade6658d4d Merge remote branch 'ace/win-packaging' Marc Zinnschlag 2012-02-20 14:11:22 +0100
  • 781b16a00e removed bCollision variable from World Marc Zinnschlag 2012-02-20 14:07:16 +0100
  • 7eae24bb45 some fixes Marc Zinnschlag 2012-02-20 14:02:24 +0100
  • 4a16553acc replaced an include with a forward declaration Marc Zinnschlag 2012-02-20 12:44:17 +0100
  • e3e6b3809f added container store iterator (a.k.a. the most hilarious iterator I ever had the misfortune to write) Marc Zinnschlag 2012-02-20 12:38:34 +0100
  • c884f70a61 added sun rendering (unfinished) scrawl 2012-02-20 00:52:44 +0100
  • 0c0b594090 Issue #168 - Configuration cleanup Lukasz Gromanowski 2012-02-19 23:39:37 +0100
  • 7e1e746201 More changes Jason Hooks 2012-02-19 17:59:50 -0500
  • 705d85e7d1 Merge branch 'next' into weather scrawl 2012-02-19 23:27:26 +0100
  • 60856b46e6 moved the renderer update call from OMW::Engine to RenderingManager scrawl 2012-02-19 23:22:29 +0100
  • 1d9f0f4813 added MWSkyManager; already has atmosphere and moving clouds (although their colour is static) scrawl 2012-02-19 23:09:14 +0100
  • 38a0d1d1c5 Merging in master Jason Hooks 2012-02-19 15:39:12 -0500
  • eb61ba59e6 updated the fading calculation (the alpha value stays now, even after the specified time - this is how it is in morrowind) scrawl 2012-02-19 17:45:57 +0100
  • e330c22d68 Removing unneeded files Jason Hooks 2012-02-19 02:04:47 -0500
  • e58f2f5363 Eliminating unnecessary data from skeletons and shape saving Jason Hooks 2012-02-19 02:01:15 -0500
  • 2217847c57 Fixing a crash Jason Hooks 2012-02-18 15:29:40 -0500
  • 457d9fd9f8 updated vmformat.txt scrawl 2012-02-18 18:30:01 +0100
  • f81b615976 implemented script functions FadeIn, FadeOut, FadeTo scrawl 2012-02-18 18:25:28 +0100
  • b77f5c06cc added facilities for fading the screen in/out scrawl 2012-02-18 18:25:02 +0100
  • 899aa5b870 fix last commit, also reacts to ToggleWireframe and not only twf scrawl 2012-02-18 16:36:54 +0100
  • 40e23fe26f added twf console command scrawl 2012-02-18 16:06:03 +0100
  • 5f3ebcbb7c Merge branch 'dialogue' of https://github.com/zinnschlag/openmw.git into DialogueSystem gugus 2012-02-18 14:02:28 +0100
  • 9716199d18 script "fix". I'm waiting for you Zini^^ gugus 2012-02-18 12:19:42 +0100
  • c0bd86ce44 scripts. Not tested gugus 2012-02-17 20:20:23 +0100
  • 8186445de9 fix for a very silly bug Marc Zinnschlag 2012-02-16 21:06:25 +0100
  • 850501e922 workaround for the configuration problems Marc Zinnschlag 2012-02-16 13:14:16 +0100
  • 8244ed5860 workaround for space in paths problem Marc Zinnschlag 2012-02-16 09:26:27 +0100
  • ddb8b1e1bc Merge remote branch 'lgro/config' into config Marc Zinnschlag 2012-02-16 09:12:15 +0100
  • 6a71cf21b0 Added OpenAL redistributable to OpenMW installer Alexander "Ace" Olofsson 2012-02-16 08:52:26 +0100
  • 80008ed09f Issue #168 - Configuration cleanup Lukasz Gromanowski 2012-02-15 22:34:51 +0100
  • 232e478768 Fix for prefix/suffix stuff gugus 2012-02-15 13:23:59 +0100
  • d9c1ed3d5e Merge remote branch 'corristo/osx-packaging' into config Marc Zinnschlag 2012-02-15 10:32:16 +0100
  • ee92da3c4a Merge remote-tracking branch 'upstream/master' Nikolay Kasyanov 2012-02-15 11:33:53 +0400
  • 2020d916ec added missing comment Nikolay Kasyanov 2012-02-15 11:30:35 +0400
  • 57a4b19880 Feature #162 - Need to create app bundle using CMake, not by hand. Almost complete Nikolay Kasyanov 2012-02-15 11:27:51 +0400
  • 7b457c05bc updated readme Marc Zinnschlag 2012-02-14 09:39:58 +0100
  • 8277df04b1 bumping version number Marc Zinnschlag 2012-02-14 09:26:06 +0100
  • e1defd3595 adjusted the globally installed openmw.cfg file Marc Zinnschlag 2012-02-14 09:25:12 +0100
  • 9af08ff18d store screenshots in user directory instead of local directory Marc Zinnschlag 2012-02-13 18:34:21 +0100
  • 77201d05bc post-merge fix Marc Zinnschlag 2012-02-13 16:42:01 +0100
  • 27caee664e Merge remote branch 'lgro/config' into config Marc Zinnschlag 2012-02-13 16:36:57 +0100
  • 10d4771550 Merge remote branch 'corristo/osx-packaging' Marc Zinnschlag 2012-02-13 16:35:13 +0100
  • 1a6a49b9b8 Merge remote branch 'lgro/fix_warnings' Marc Zinnschlag 2012-02-13 11:06:41 +0100
  • 5a42c6c6f5 Feature #162 - Need to create app bundle using CMake, not by hand WIP. Removed libpng dependency from launcher Nikolay Kasyanov 2012-02-13 10:31:43 +0400
  • bc72b2d535 fixed text color gugus 2012-02-12 22:24:23 +0100
  • 8829d46bda Clean up compilation warnings. Lukasz Gromanowski 2012-02-12 15:45:08 +0100
  • bcc4d7a7c9 Issue #133 Handle resources across multiple data directories Lukasz Gromanowski 2012-02-12 13:31:19 +0100
  • d66b6743f4 minor fix Marc Zinnschlag 2012-02-12 13:58:02 +0100
  • d9945a976d Merge remote branch 'gus/DialogueSystem' into dialogue Marc Zinnschlag 2012-02-12 13:47:04 +0100
  • 273eac12a1 Merge remote branch 'jhooks/animation2' into animation2 Marc Zinnschlag 2012-02-12 13:41:06 +0100
  • facc36fa34 Merge remote branch 'corristo/osx-packaging' into packaging Marc Zinnschlag 2012-02-12 13:35:54 +0100
  • 8ae2120e15 Merge remote branch 'ace/win-packaging' into packaging Marc Zinnschlag 2012-02-12 13:35:33 +0100
  • a0ac6e5150 cells were sometimes not fully loaded Marc Zinnschlag 2012-02-12 12:35:29 +0100
  • 286701e3a5 Removed the flawed shading, updated textures, removed the need for a unused base texture Jacob Essex 2012-02-11 20:54:29 +0000
  • 4d4ae41a4a greetings are working now gugus 2012-02-11 12:19:02 +0100
  • 4658ec276f increased the max size of the text of the dialogue gugus 2012-02-11 12:18:47 +0100
  • eee5d20809 a little fix gugus 2012-02-10 22:54:17 +0100
  • f1dc360720 added the script instruction addTopic gugus 2012-02-10 22:02:24 +0100
  • 554bf8e586 Improvement in the dialogue manager gugus 2012-02-10 22:01:31 +0100
  • 4fae3bd7c6 Merge pull request #3 from pvdk/config Lukasz Gromanowski 2012-02-10 12:50:58 -0800
  • eea8773be1 Changed the order of preference for the configuration files Pieter van der Kloet 2012-02-10 21:45:46 +0100