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

Commit graph

  • b3caf82714 Avoid using vector<>::data(), which requires C++11 Chris Robinson 2012-05-01 10:12:45 -0700
  • 8c4f78cc05 Merge remote branch 'zini/master' into sound Chris Robinson 2012-05-01 09:41:08 -0700
  • 86b6184f43 pMove in a seperate loop with fixed timestep to prevent frame-dependent movement scrawl 2012-04-30 23:55:22 +0200
  • bd132074af some formatting tweaks scrawl 2012-04-30 22:37:23 +0200
  • 48e3c43823 added the bloodmoon/tribunal spells scrawl 2012-04-30 21:36:45 +0200
  • 9e6531a6c6 fix for dark corners bug on some cards scrawl 2012-04-30 21:22:26 +0200
  • 6d21fe3115 fixed mygui leaking some stuff resulting in lower fps after looking at tooltips and low-quality text scrawl 2012-04-30 21:07:25 +0200
  • 4655ec94f0 Merge branch 'master' into physicsaedra2 & fix warnings scrawl 2012-04-30 18:46:51 +0200
  • aaa81397ed Merge branch 'master' into graphics scrawl 2012-04-30 18:24:05 +0200
  • cc365c5bcb Merge branch 'master' into tooltips scrawl 2012-04-30 18:23:27 +0200
  • fc06dc72c9 small fix scrawl 2012-04-30 18:20:44 +0200
  • ea275a8aa8 extended the list of spells with no magnitude / no duration scrawl 2012-04-30 18:11:34 +0200
  • 5f8c08b18b some work for dropping objects. gugus 2012-04-30 13:01:18 +0200
  • 53e77d4196 Merge remote branch 'scrawl/tooltips' into next Marc Zinnschlag 2012-04-30 10:21:21 +0200
  • 2f0a69160c small fix scrawl 2012-04-30 02:10:55 +0200
  • 22f524f8d5 potion effects in tooltip scrawl 2012-04-30 01:53:22 +0200
  • b82c39c8be renamed Widgets::MWEnchantment to Widgets::MWEffectList so it can be reused for potion effects scrawl 2012-04-30 01:08:10 +0200
  • f733382f74 tooltip now contains info about item enchantment scrawl 2012-04-30 00:57:41 +0200
  • 397a978145 DispositionEdit tweaks scrawl 2012-04-29 18:57:26 +0200
  • eca18f3e1d dialogue topic and choice sorting independent of case scrawl 2012-04-29 18:13:03 +0200
  • cca39978d4 changed messagebox text colors scrawl 2012-04-29 17:46:09 +0200
  • 50d79a8815 Merge branch 'next' into tooltips scrawl 2012-04-29 17:30:34 +0200
  • b1af18e98d Merged next Alexander "Ace" Olofsson 2012-04-29 09:28:07 +0200
  • 0c9dfcc017 Some changes Alexander "Ace" Olofsson 2012-04-29 09:26:03 +0200
  • 9cf6f27f96 small fix scrawl 2012-04-29 03:38:00 +0200
  • 11ebae3be2 toggleCompositors command useful for debugging scrawl 2012-04-29 03:33:10 +0200
  • af3ccd85e3 determine shield weight (tested with some light/medium/heavy shields) scrawl 2012-04-28 21:23:24 +0200
  • d1d21c8a0e compile fix Marc Zinnschlag 2012-04-28 21:21:40 +0200
  • 5d4d35a02c Merge branch 'master' into graphics scrawl 2012-04-28 20:43:53 +0200
  • 4ce83badc9 flickering lights scrawl 2012-04-28 20:42:53 +0200
  • 5603cb312c Objects can now be selected and follow mouse movements. gugus 2012-04-27 20:54:39 +0200
  • a6419c3596 Clicking on an item is now detected. Trying to have items follow the mouse position, but it doesn't work yet. gugus 2012-04-26 19:35:45 +0200
  • 2f1fee4b83 Merge remote branch 'zini/next' into sound Chris Robinson 2012-04-24 00:35:40 -0700
  • d5e52e46ea removing even more cout spam (thanks to scrawl for finding this one) openmw-0.14.0 Marc Zinnschlag 2012-04-24 09:19:41 +0200
  • 1b5bfc52a1 Merge branch 'next' of https://github.com/zinnschlag/openmw into tooltips scrawl 2012-04-24 02:02:03 +0200
  • e443455612 Merge branch 'next' of https://github.com/zinnschlag/openmw into graphics scrawl 2012-04-24 00:54:35 +0200
  • f4428097f9 removing more cout spam Marc Zinnschlag 2012-04-23 15:37:38 +0200
  • 7ac9523e0c Merge branch 'master' into next Marc Zinnschlag 2012-04-23 15:32:02 +0200
  • 9f1199ee7e removing a using directive from a header file Marc Zinnschlag 2012-04-23 15:29:15 +0200
  • 35f478071e Issue #255: deleted the old environment class and using the new one instead Marc Zinnschlag 2012-04-23 15:27:03 +0200
  • 7102a825c2 Issue 255: moved global scripts into script manager (simplifying the environment class) Marc Zinnschlag 2012-04-23 11:15:47 +0200
  • 2bfd90f3f9 Issue #255: added new environment class (not in use yet) Marc Zinnschlag 2012-04-23 10:57:16 +0200
  • 1b02b503a2 gcc compile fix scrawl 2012-04-22 21:06:08 +0200
  • 2c89306306 Merge branch 'physicsaedra2' of https://github.com/jhooks1/openmw into physicsaedra2 scrawl 2012-04-22 00:33:37 +0200
  • 8ebae0b706 Solid trace Jason Hooks 2012-04-21 16:57:46 -0400
  • 16855291a7 Implementing snapping Jason Hooks 2012-04-21 16:21:30 -0400
  • 25432d97d2 trying to get selected item. Doesn't work. gugus 2012-04-21 20:35:45 +0200
  • d4e9b62436 oups forgot to modify CMake gugus 2012-04-21 11:11:40 +0200
  • 93ba773d2e Merge branch 'inventoryGUI' of https://github.com/pchan3/openmw.git into inventoryGUI gugus 2012-04-21 11:08:10 +0200
  • 33654535c1 The inventory window now display the inventory of the player gugus 2012-04-21 11:05:30 +0200
  • 1e8d894e1c Starting inventory window gugus 2012-04-21 10:51:01 +0200
  • cc86998281 removing some cout spam Marc Zinnschlag 2012-04-21 10:12:59 +0200
  • b2521b6c5f Merge branch 'master' into next Marc Zinnschlag 2012-04-20 13:55:47 +0200
  • 7400b7f313 fix underwater effect staying active when teleporting from underwater to a cell that doesn't have water scrawl 2012-04-19 23:25:58 +0200
  • c6da3872b4 light improvements scrawl 2012-04-19 20:59:57 +0200
  • f7a03b39c4 Some improvments for windows builds and installer Alexander "Ace" Olofsson 2012-04-19 14:58:27 +0200
  • 5f09f2bfc6 Merge remote branch 'scrawl/topic_case' into next Marc Zinnschlag 2012-04-19 10:36:34 +0200
  • 00260a24ce Water corrections Jason Hooks 2012-04-18 21:28:25 -0400
  • 934caf7a2b removed --report-focus which is now useless scrawl 2012-04-19 01:16:41 +0200
  • fb0e649191 minor fix scrawl 2012-04-19 01:10:55 +0200
  • aa4a1b675f fixed the sky reflection issue scrawl 2012-04-19 01:08:26 +0200
  • 4889902b98 magic effect widget improvements, read name of effect from GMST and don't show duration/target for constant effects scrawl 2012-04-18 21:18:53 +0200
  • 4949576984 disable some player controls in gui mode scrawl 2012-04-18 19:03:26 +0200
  • c7381d4491 adding widget MWEnchantment scrawl 2012-04-18 18:09:30 +0200
  • d568b27b92 spell widget i18n improvements (used e.g. in birth menu) scrawl 2012-04-18 16:53:56 +0200
  • 215d4e1739 Made adjustments to keep container window within the viewscreen. pchan3 2012-04-18 23:09:13 +1000
  • f902c8fa6f Fixes on Namespace issue & more. pchan3 2012-04-18 22:35:35 +1000
  • 75b336baea Merge branch 'physicsaedra2' of https://github.com/jhooks1/openmw into physicsaedra2 scrawl 2012-04-18 13:43:15 +0200
  • 4d07ae7fe0 Swimming working Jason Hooks 2012-04-18 00:13:38 -0400
  • 5f9056c45d Better no clip Jason Hooks 2012-04-17 20:31:36 -0400
  • 046ef39c4a use camera-relative rendering to prevent precision artifacts when moving far from (0,0,0) scrawl 2012-04-18 01:10:00 +0200
  • 51a76eda92 Merge branch 'master' into graphics scrawl 2012-04-18 01:09:55 +0200
  • 1ce759af06 Merging in master Jason Hooks 2012-04-17 18:12:05 -0400
  • 8231cab599 correct case for dialogue topics scrawl 2012-04-17 23:47:50 +0200
  • 2e57cf5730 fixed the tooltip for doors leading to exteriors, fixed map window cell name scrawl 2012-04-17 18:47:51 +0200
  • 94993b515c clean up and tooltip padding scrawl 2012-04-17 16:49:28 +0200
  • 8eb0636344 restored gui-mode tooltips scrawl 2012-04-17 16:00:13 +0200
  • 1de1b3e40e Merge branch 'master' into tooltips scrawl 2012-04-17 15:57:08 +0200
  • c2fdacc84f show the creature name for soul gems (if any) scrawl 2012-04-17 15:51:02 +0200
  • c044fadcc3 show weapon type & damage in the tooltip scrawl 2012-04-17 15:31:16 +0200
  • a11c4da16c vertex colour tweak scrawl 2012-04-17 14:22:03 +0200
  • bd9dd93821 Merge remote branch 'zini/master' into sound Chris Robinson 2012-04-16 20:06:33 -0700
  • 14ddcc1204 Merge remote branch 'jhooks/clothingarmor' Marc Zinnschlag 2012-04-17 00:26:39 +0200
  • 950378ff65 Khajiit male foot fix Jason Hooks 2012-04-16 17:25:55 -0400
  • cdd4d83d9e moved the tooltip info to the appropriate MWWorld::Class classes scrawl 2012-04-16 22:58:16 +0200
  • 13b67faf2f adding more safety checks scrawl 2012-04-16 20:39:41 +0200
  • c4825cdb43 fixed gold pickup sound for international MW versions, fix npc tooltip scrawl 2012-04-16 20:20:18 +0200
  • 282f37b1b7 fix compilation scrawl 2012-04-16 19:34:46 +0200
  • 53b48196f9 add interface for tooltips to MWWorld::Class scrawl 2012-04-16 19:30:52 +0200
  • f1b80c6ff7 fixed text input box scrawl 2012-04-16 19:23:24 +0200
  • cfa37b0e77 fix another bunch of gui stuff, some strings were untranslated and buttons were not resized to fit their text scrawl 2012-04-16 19:14:05 +0200
  • 424a90aa92 back & ok button caption scrawl 2012-04-16 17:46:54 +0200
  • 14377ba789 window caption fix scrawl 2012-04-16 17:30:57 +0200
  • 0c739825f2 another fix Nikolay Kasyanov 2012-04-16 15:57:50 +0200
  • b3dc1931a9 general GUI refactoring, part 1 scrawl 2012-04-16 15:48:01 +0200
  • 582d7ab213 building & packaging improvements for OS X Nikolay Kasyanov 2012-04-16 15:27:57 +0200
  • f5ab127a39 toggleFullHelp scrawl 2012-04-16 15:00:44 +0200
  • d1e298c2e1 Merge branch 'master' into tooltips scrawl 2012-04-16 13:15:50 +0200
  • 7483c78b4a Merge remote branch 'jhooks/clothingarmor' Marc Zinnschlag 2012-04-16 14:06:27 +0200
  • 0c9c253778 Fix for some types of boots Jason Hooks 2012-04-15 22:49:17 -0400