1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-08-18 18:14:07 +00:00

Commit graph

  • 50d61a5b6e proper implementation of gmst type column Marc Zinnschlag 2013-02-17 17:27:25 +0100
  • 7ffcfa3622 Water and clouds no longer depend on timescale. scrawl 2013-02-17 16:23:55 +0100
  • 5a11ddc485 Pressing F1 again hides the quick keys menu. scrawl 2013-02-17 16:01:36 +0100
  • d899f33444 Race/Class/Birth dialogs: immediately enable OK buttons since they have a preselected entry now. scrawl 2013-02-17 16:00:31 +0100
  • 00db13be32 Reverted previous commits, and handle disallowed inventory in MWWorld::Class. Wanted to avoid this, but the previous solution broke teleport door sounds. Also fixed book/scroll window take button showing when inventory was not allowed. scrawl 2013-02-17 15:56:22 +0100
  • 6356d3a385 Start actors with collision enabled Chris Robinson 2013-02-17 06:02:57 -0800
  • ceefae81e8 fix for the opencs icon graffy76 2013-02-17 07:46:50 -0600
  • e2d7cc49e3 Merge remote-tracking branch 'zini/next' into animation2 Chris Robinson 2013-02-17 03:42:37 -0800
  • 44d66cbf5a Merge remote-tracking branch 'scrawl/bug_562' into next Marc Zinnschlag 2013-02-17 09:09:31 +0100
  • 448293f270 Merge remote-tracking branch 'scrawl/bug_559' into next Marc Zinnschlag 2013-02-17 09:09:06 +0100
  • b8c0c94d5f Merge remote-tracking branch 'wareya/master' into next Marc Zinnschlag 2013-02-17 08:58:41 +0100
  • c4f17f5596 playercontrols switch now disables activation in general (Chris' suggestion) scrawl 2013-02-17 03:03:41 +0100
  • 373de19aee Removed dialogue fix again, now on separate branch scrawl 2013-02-17 03:02:47 +0100
  • df8e502f8c Ouch, I used && instead of &, this broke actions without a sound scrawl 2013-02-17 02:52:49 +0100
  • c98a815581 Remove debug printing from previous commit Wareya 2013-02-16 13:37:25 -0500
  • f0220fb06b Implement "Rest Until Healed" Wareya 2013-02-16 13:35:03 -0500
  • a5c8d5748f fix FailedAction. scrawl 2013-02-16 18:05:25 +0100
  • 0bc34c1c0d Action::executeImp returns a bool value to indicate if the sound should be played. scrawl 2013-02-16 16:40:44 +0100
  • 7d918caa93 Don't allow dialogue if player controls are disabled. scrawl 2013-02-16 16:26:40 +0100
  • 910858c300 Merge remote-tracking branch 'sergeyshambir/guiconvience' into next Marc Zinnschlag 2013-02-16 14:50:42 +0100
  • eb09662f1d Don't include boost/filesystem/v3/operations.hpp, use boost/filesystem/operations.hpp instead. It is boost headers' job to deal with their internals. Douglas Mencken 2013-02-14 04:22:00 -0500
  • a3e421167b esmtool/labels: bodyPartLabel, meshPartLabel, meshTypeLabel Signed chars, unsigned chars... Just use int for index everywhere. Douglas Mencken 2013-02-09 15:11:09 -0500
  • 158e18b98d Remove an unused method Chris Robinson 2013-02-16 00:30:07 -0800
  • c965bd8e18 Increase step size to 30 Chris Robinson 2013-02-15 17:22:55 -0800
  • df5919f2c5 Use signed char' explicitly where needed. It is important because: - It is implementation-dependent if plain char' signed or not. - C standard defines three *distinct* types: char, signed char, and unsigned char. - Assuming that char is always unsigned or signed can lead to compile-time and run-time errors. Douglas Mencken 2013-02-02 10:17:20 -0500
  • 4da11a96a5 Fixed gold ref count always becoming 1 when dropped on the ground scrawl 2013-02-15 17:34:55 +0100
  • fd430dc5a9 Merge remote-tracking branch 'mike-sc/sel_widget' into settings_selwidget Pieter van der Kloet 2013-02-15 15:38:30 +0100
  • ee27e3bb58 Merge remote-tracking branch 'upstream/next' into settingsnext Pieter van der Kloet 2013-02-15 15:21:14 +0100
  • 0e143b1926 Merge remote-tracking branch 'upstream/master' into settingsparser Pieter van der Kloet 2013-02-15 14:45:19 +0100
  • 43e9ad8733 The text color of the profiles dialog now turns red on invalid names Pieter van der Kloet 2013-02-15 14:26:09 +0100
  • 990895fd2b Mainwindow size and position now gets saved/restored Pieter van der Kloet 2013-02-15 14:12:25 +0100
  • c57001e3bd Remove an unused field Chris Robinson 2013-02-15 05:11:06 -0800
  • e4341525c8 Add a jump state Chris Robinson 2013-02-15 04:45:28 -0800
  • ff0099fa6e Scale the animation speed based on the animation velocity and movement speed Chris Robinson 2013-02-15 02:15:39 -0800
  • e1a1530774 Better implement Npc::getSpeed Chris Robinson 2013-02-15 01:27:57 -0800
  • 3348e8a436 Clarify a comment Chris Robinson 2013-02-14 22:41:14 -0800
  • ac717373b1 Add a method to check if an object is on the ground Chris Robinson 2013-02-14 22:35:15 -0800
  • 18b606fddf Use the PhysicActor's set/getOnGround method Chris Robinson 2013-02-14 20:10:04 -0800
  • 15dc82f454 Increase step size to 15 Chris Robinson 2013-02-14 18:59:05 -0800
  • a729b1b12a Snap to the ground after moving Chris Robinson 2013-02-14 18:34:51 -0800
  • 1b9cf8c23f More work on integrating the settings parser, profiles are handled correctly Pieter van der Kloet 2013-02-15 01:20:48 +0100
  • 7604fb51b6 CG no longer listed in the settings if the plugin isn't loaded. scrawl 2013-02-14 23:17:21 +0100
  • 492e0f2ccf Switched objects shaders to vertex lighting, to accomodate badly placed lights in morrowind. Fixed a very obvious land <-> water seam. scrawl 2013-02-14 19:45:07 +0100
  • 5d1bede9e5 Forgot to add two files Pieter van der Kloet 2013-02-14 11:20:47 +0100
  • 6a49ea9b4f Cleaning out some old bits scrawl 2013-02-13 18:39:36 +0100
  • da5f11700f Warn about unhandled node types before the controllers Chris Robinson 2013-02-13 00:45:00 -0800
  • 5b2ca6fa7d Don't complain about RootCollisionNode, it's handled in nifbullet Chris Robinson 2013-02-13 00:43:29 -0800
  • 6a9755778e Merge remote-tracking branch 'zini/next' into animation2 Chris Robinson 2013-02-12 18:14:46 -0800
  • de90b911c9 Near clip plane corrections scrawl 2013-02-12 20:56:00 +0100
  • d213ff680f Disabled terrain LOD scrawl 2013-02-12 20:55:45 +0100
  • f76954e3dd Merge branch 'master' into graphics scrawl 2013-02-12 19:35:25 +0100
  • 5e3529783d Merge remote-tracking branch 'ace/win-fixes' into next Marc Zinnschlag 2013-02-12 15:42:45 +0100
  • bbb845824d Added typedef for ssize_t in windows and fixed a use of __PRETTY_FUNCTION__ Alexander "Ace" Olofsson 2013-02-12 13:59:24 +0100
  • 0ae01794f1 Fixed build errors in OpenCS Alexander "Ace" Olofsson 2013-02-12 13:57:16 +0100
  • f9a0a19ee1 Fix a small issue in the windows installer, also added the OpenMW version to the installed package name Alexander "Ace" Olofsson 2013-02-12 13:23:25 +0100
  • 7d7a1119da Fixed book text misalignment, at least in some cases Sergey Shambir 2013-02-12 11:49:20 +0400
  • 03803f19b5 BookTextParser: moved to Ogre::UTFString Sergey Shambir 2013-02-12 11:22:19 +0400
  • 3b64389668 BookTextParser: fixed infinitive loop Sergey Shambir 2013-02-12 11:14:30 +0400
  • ba97c8f7d6 updated credits file Marc Zinnschlag 2013-02-11 19:54:32 +0100
  • 1a079ec8d3 Merge branch 'master' into next Marc Zinnschlag 2013-02-11 19:53:51 +0100
  • 04001717e7 Merge remote-tracking branch 'scrawl/master' openmw-0.21.0 Marc Zinnschlag 2013-02-11 19:43:50 +0100
  • 1fd7d8ed2a Merge remote-tracking branch 'graffy76/master' into next Marc Zinnschlag 2013-02-11 15:35:59 +0100
  • aa25471517 WIP: working on improving the config file handling Pieter van der Kloet 2013-02-11 15:01:00 +0100
  • 55dd17c27c Added setBarColor() function to CSVDoc::Operation. Created four color types for existing operations (save, verify, compile and search), with a default for future / undefined ops. graffy76 2013-02-11 04:30:16 -0600
  • 62c711d709 Small change to delete microcode cache more aggressively. scrawl 2013-02-11 02:28:02 +0100
  • f4d60ae7b2 Files sorting (masters then plugins). Remove unneeded includes. Michal Sciubidlo 2013-02-10 19:59:25 +0100
  • 64d9d9e2ce Merge remote-tracking branch 'wheybags/master' into next Marc Zinnschlag 2013-02-10 17:29:28 +0100
  • eb6590f7d8 added delegate factory Marc Zinnschlag 2013-02-10 17:21:25 +0100
  • c32c31f6d6 break after activating button Tom Mason 2013-02-10 15:41:02 +0000
  • 158c6fc9fa pressing enter when a messagebox is prompting for "ok", will activate ok button Tom Mason 2013-02-10 14:58:46 +0000
  • 0df7c7e5c1 Rename mPlugins* to mFiles* Michal Sciubidlo 2013-02-10 14:08:54 +0100
  • e4ed397b2d Merge plugins and masters list view in openDialog. Simplify datafilesmodel. Michal Sciubidlo 2013-02-10 14:02:06 +0100
  • 959accc4d5 Merge remote-tracking branch 'corristo/osx-ffmpeg-sound-fix' Marc Zinnschlag 2013-02-10 12:58:36 +0100
  • 59808c3e10 GUI: Birth and Class dialogs now both select 1st item in list at first time. Sergey Shambir 2013-02-10 08:59:38 +0400
  • 725bfe6372 TradeWindow: balance now changes per time if user holds +/- button pressed Sergey Shambir 2013-02-10 08:50:36 +0400
  • bba024d6ad Right mouse button click now stops Container GuiMode. Sergey Shambir 2013-02-10 08:37:45 +0400
  • 4ee5857bae Filter accumulation axis for mLastPosition as needed Chris Robinson 2013-02-09 19:09:56 -0800
  • f4e587c72c Always create a skeleton from a NIF when there's more than one NiNode Chris Robinson 2013-02-09 17:48:23 -0800
  • 8d6f017f17 Remove an unneeded Animation field Chris Robinson 2013-02-09 13:25:39 -0800
  • f197c67e95 Fix a circular include Chris Robinson 2013-02-09 12:46:20 -0800
  • 34ddf69a31 Merge remote-tracking branch 'zini/next' into animation2 Chris Robinson 2013-02-09 09:46:57 -0800
  • d47090b312 Merge branch 'next' of https://github.com/zinnschlag/openmw into graphics scrawl 2013-02-09 16:40:10 +0100
  • f19fbaa293 Merge remote-tracking branch 'mark76/multiple_esm_esp' into next Marc Zinnschlag 2013-02-09 15:30:29 +0100
  • 2d937cd9e2 Merge branch 'gmst' into next Marc Zinnschlag 2013-02-09 15:26:25 +0100
  • d40ee06897 fixed base/modified logic Marc Zinnschlag 2013-02-09 15:25:50 +0100
  • 55bd9eef66 Merge remote-tracking branch 'upstream/master' into multiple_esm_esp Mark Siewert 2013-02-09 13:03:35 +0100
  • eefbdde6de - For pull request: remove all instances of maps used to track refnumbers. - new file: apps/openmw/mwworld/store.cpp, had to move reference merging method out of the header file to prevent three-way recursion/unresolved forward references in custom compare operators. Mark Siewert 2013-02-09 13:00:57 +0100
  • 735c1ec2ae Cleanup trace.cpp/h Chris Robinson 2013-02-08 13:12:34 -0800
  • 6805c7bab4 Merge branch 'master' into graphics scrawl 2013-02-08 18:35:41 +0100
  • 828695f295 added value column to gmst table Marc Zinnschlag 2013-02-08 14:48:38 +0100
  • cce2d63433 added type column to gmst table Marc Zinnschlag 2013-02-08 12:20:03 +0100
  • d5dd0640c7 basic gmst support Marc Zinnschlag 2013-02-08 09:58:19 +0100
  • f5afa43db5 Remove an unneeded parameter Chris Robinson 2013-02-07 17:45:41 -0800
  • d47d2216f2 Use some const references where appropriate Chris Robinson 2013-02-07 16:18:29 -0800
  • cbdd459500 Remove unneeded playerMove from PhysicActor Chris Robinson 2013-02-07 15:48:41 -0800
  • ca6f8b6d88 Reorganize a bit of code in the movement solver Chris Robinson 2013-02-07 13:18:16 -0800
  • fe0e6c452d Remove the unneeded playerMove object from PhysicsSystem Chris Robinson 2013-02-07 12:11:10 -0800
  • 0d4b0bfd93 Trying to resolve sound issues on OS X with ffmpeg backend Nikolay Kasyanov 2013-02-07 23:40:20 +0400
  • dd2b7d5c63 handle deleted records Marc Zinnschlag 2013-02-07 13:26:00 +0100
  • c1cd8305bc a bit of cleanup for the previous commit Marc Zinnschlag 2013-02-07 13:13:06 +0100