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

Commit graph

  • 5aec3815fd The player should now be able to run AND walk... Star-Demon 2011-01-16 10:47:03 -0500
  • f96f53484c More AutoMove stuff, Sneak bools, cleaning Star-Demon 2011-01-16 10:25:33 -0500
  • a724de2429 Follow the 'XDG Base Directory Specification' instead of putting the configfile in ~/.openmw/ Jan-Peter Nilsson 2011-01-14 19:43:51 +0100
  • 60c9c31c7a Silly error Fixed in binding Star-Demon 2011-01-14 10:03:45 -0500
  • bfcfcecab6 Most of AutoMove finished - just needs some speed in Player class. Star-Demon 2011-01-14 09:52:28 -0500
  • 753a4f681e Search for plugins in orgre lib directory Jan-Peter Nilsson 2011-01-13 21:18:20 +0100
  • a8ade56c80 Add a bullet Shape Loader gugus 2011-01-13 17:51:50 +0100
  • d865c3cfc6 backend for tab completion: identifiers Marc Zinnschlag 2011-01-12 18:48:37 +0100
  • 6848115c18 backend for tab completion: keywords Marc Zinnschlag 2011-01-12 18:24:00 +0100
  • 3ab4a4487f Sneak State, Bound Sneak and AutoMove, began outlining AutoMove Star-Demon 2011-01-12 12:19:33 -0500
  • d4dccc0b54 Merge remote branch 'zinnschlag/master' Star-Demon 2011-01-12 12:19:25 -0500
  • 851385d989 Allow override of OpenMW user configuration path with OPENMW_HOME environment variable Jan-Peter Nilsson 2011-01-09 13:28:35 +0100
  • 8cb8481b37 Use a local plugins.cfg if available (allow us to run without installing) Jan-Peter Nilsson 2011-01-09 13:26:08 +0100
  • 4221824681 Build debian package using cpack if dpkg is available Derive version from last tag and get name and email for package maintainer from user's git config if .git is available Jan-Peter Nilsson 2011-01-04 20:42:09 +0100
  • d1b482d64a Update plugins.cfg based on where cmake found ogre libraries Jan-Peter Nilsson 2011-01-04 20:39:32 +0100
  • 0b1f18cc12 plugins.cfg is global config Jan-Peter Nilsson 2011-01-04 20:33:22 +0100
  • 429775d485 Store configuration in /etc/openmw/ and ~/.openmw/ on linux Requires new openengine version. Jan-Peter Nilsson 2011-01-04 01:34:55 +0100
  • 940554b5fc openengine update (remember to do a submodule update) Marc Zinnschlag 2011-01-12 18:02:23 +0100
  • 7185eab18c Make configuration and log paths configurable Jan-Peter Nilsson 2011-01-04 01:03:05 +0100
  • bb2bc0b518 getting rid of the nullptr compatibility nonsense. Hopefully once and for all Marc Zinnschlag 2011-01-11 10:11:08 +0100
  • 27f69d0f5b Fix some double-to-float Visual Studio warnings in npc.cpp. Add 'm' prefix to member variables in esm_reader.hpp. athile 2011-01-10 16:13:32 -0700
  • 75f77e9659 Add 'm' prefix to member variables in ExteriorCell athile 2011-01-10 15:26:13 -0700
  • c459eb7c55 Visual Studio 2010 build fixes. Don't let MyGUI redefine the C++0x keyword nullptr and use _MSC_VER to check if Visual Studio is being used. MSVER is not necessarily defined on VS2010. athile 2011-01-10 13:47:48 -0700
  • 43c33ee85f Merge remote branch 'zinnschlag/master' Star-Demon 2011-01-09 16:43:33 -0500
  • e98eef8cd3 corrected grammar for merge Star-Demon 2011-01-09 16:42:38 -0500
  • 46a8ccc2ff changed collision mode instruction from enable/disable to toggle Marc Zinnschlag 2011-01-09 21:07:27 +0100
  • 42ef7a61a0 Merge branch 'script' Marc Zinnschlag 2011-01-09 20:56:21 +0100
  • bb34f6e7fc added Enable/DisableCollision instructions Marc Zinnschlag 2011-01-09 20:38:58 +0100
  • 0a832f2d23 Merge branch 'playerpos' into script Marc Zinnschlag 2011-01-09 19:22:27 +0100
  • 39614c6813 CMake configuration tweaks Diggory Hardy 2011-01-09 10:22:21 +0100
  • b6e7de6527 new mangle version (remember to update your subnodules) Marc Zinnschlag 2011-01-09 09:39:13 +0100
  • 6d7be16f0b redirected submodules to my own repositories Marc Zinnschlag 2011-01-09 09:20:05 +0100
  • e7d853bb3c Corrected subsystem link flags for MinGW. Yuri Krupenin 2011-01-08 23:58:47 +0300
  • 12e5c8d704 Fix for audiere 1.9.4 (last non-SVN version). Yuri Krupenin 2011-01-08 23:42:51 +0300
  • f01a3d5e35 split Player class into a MWWorld and a MWRender component Marc Zinnschlag 2011-01-08 15:11:37 +0100
  • b791a8f6be Merge remote branch 'zini/master' Yuri Krupenin 2011-01-08 16:24:26 +0300
  • 4f51391003 general player class cleanup Marc Zinnschlag 2011-01-06 10:07:01 +0100
  • 4dd8616f87 Merge remote branch 'pvdk/master' Marc Zinnschlag 2011-01-06 09:45:14 +0100
  • dd4d022301 Converted all tabs to four spaces Pieter van der Kloet 2011-01-05 22:18:21 +0100
  • ca9beb610d Brainstorming unknown 2011-01-05 01:59:57 -0800
  • e72e336e24 testing unknown 2011-01-05 01:38:35 -0800
  • ba18dc46ef Don't try to play random tunes when sound is disabled Jan-Peter Nilsson 2010-12-30 20:24:39 +0100
  • d38f2f0a00 See if we have an instance of mData before trying to use it otherwise we get a crash when starting with --nosound Jan-Peter Nilsson 2011-01-01 22:33:08 +0100
  • 4a12be11bf moved PlayerPos class from MWRender to MWWorld and renamed it to Player Marc Zinnschlag 2011-01-04 15:58:22 +0100
  • 15a7cc0674 That should solve link-time problems when building with mingw. Not supplying "SUBSYSTEM:" flags to mingw linker. Linking mygui with libwinmm - should resolve reference to timeGetTime(). Yuri Krupenin 2011-01-04 14:40:28 +0300
  • 6b6ee5440e Minimal set of fixes to build with MinGW. Yuri Krupenin 2011-01-03 17:00:53 +0300
  • fec90122c3 Added enumerated States to inputmanager to handle future standard actions. Star-Demon 2011-01-02 11:55:00 -0500
  • f3ae1ea737 NPC leg appearance changed openmw-0.9.0 Jason Hooks 2011-01-01 13:00:58 -0500
  • ba168b22e9 cleanupandupdate Jason Hooks 2011-01-01 11:47:12 -0500
  • 11406ae6f3 cleanupandupdate Jason Hooks 2011-01-01 11:45:11 -0500
  • 2ffe1206a6 merged opcode classes that came in explicit and implicit variants Marc Zinnschlag 2010-12-31 19:09:25 +0100
  • 67a745cdf6 workaround for NPC activation crash Marc Zinnschlag 2010-12-31 15:50:54 +0100
  • 2628b5143c Merge remote branch 'jpn/dialouge' Marc Zinnschlag 2010-12-30 15:11:17 +0100
  • 5336b90149 music player and NPC rendering branch Marc Zinnschlag 2010-12-30 14:50:35 +0100
  • e404d71e4f fixes for class selection merge Marc Zinnschlag 2010-12-30 14:27:19 +0100
  • 60601682cd Beast races fixed Jason Hooks 2010-12-21 21:45:54 -0500
  • 1896a6a2e8 Preliminary npcs4 Jason Hooks 2010-12-13 16:01:52 -0500
  • 467988455c Preliminary npcs3 Jason Hooks 2010-12-12 22:05:47 -0500
  • dfe20033ea Preliminary npcs2 Jason Hooks 2010-11-25 18:36:25 -0500
  • 6aaedff86a Preliminary NPCs Jason Hooks 2010-11-25 15:44:56 -0500
  • a9892161af MP3 functions moved to soundmanager Jason Hooks 2010-11-11 19:47:26 -0500
  • be1582a88f Regional Sounds Jason Hooks 2010-11-08 18:01:33 -0500
  • a038c67e5a Preliminary region sound framework2 Jason Hooks 2010-11-07 12:51:59 -0500
  • cab2341259 Preliminary region sound framework Jason Hooks 2010-11-06 13:11:09 -0400
  • d9d626cc95 Make DialogueWindow use the new WindowBase Jan-Peter Nilsson 2010-11-06 11:47:46 +0100
  • 180164b2f3 Remove unnecessary includes Jan-Peter Nilsson 2010-11-06 11:45:13 +0100
  • 770b490539 Make CreateClassDialog use the new WindowBase Jan-Peter Nilsson 2010-11-06 11:44:02 +0100
  • 6fc0e4d6d6 Make DescriptionDialog use the new WindowBase Jan-Peter Nilsson 2010-11-06 11:42:54 +0100
  • 12dee62307 Make SelectSkillDialog use the new WindowBase Jan-Peter Nilsson 2010-11-06 11:41:41 +0100
  • 8f334d1df2 Make SelectAttributeDialog use the new WindowBase Jan-Peter Nilsson 2010-11-06 11:40:41 +0100
  • 037c1021e3 Make SelectSpecializationDialog use the new WindowBase Jan-Peter Nilsson 2010-11-06 11:39:38 +0100
  • 4e8f55b630 Make PickClassDialog use the new WindowBase Jan-Peter Nilsson 2010-11-06 11:38:29 +0100
  • ed05c5752b Make GenerateClassResultDialog use the new WindowBase Jan-Peter Nilsson 2010-11-06 11:37:00 +0100
  • 0d97200e18 Make InfoBoxDialog use the new WindowBase Jan-Peter Nilsson 2010-11-06 11:33:30 +0100
  • 6c7f59725f Make StatsWindow use the new WindowBase Jan-Peter Nilsson 2010-11-06 11:29:49 +0100
  • 2e7e79f596 Make ReviewDialog use the new WindowBase Jan-Peter Nilsson 2010-11-06 11:29:03 +0100
  • 5db021e99b Make TextInputDialog use the new WindowBase Jan-Peter Nilsson 2010-11-06 11:27:53 +0100
  • e551c60e75 Make RaceDialog use the new WindowBase Jan-Peter Nilsson 2010-11-06 11:26:45 +0100
  • 933af72d60 Make BirthDialog use the new WindowBase Jan-Peter Nilsson 2010-11-06 11:26:17 +0100
  • 6bf10c93c8 Create a base class for dialog windows Jan-Peter Nilsson 2010-11-06 11:25:16 +0100
  • 1ff81354eb Remove unused variables Jan-Peter Nilsson 2010-11-06 00:17:36 +0100
  • cb3fa7c3b2 Remove unused variables Jan-Peter Nilsson 2010-11-06 00:26:32 +0100
  • 6f608f1400 Make loose functions part of the InfoBoxDialog class Jan-Peter Nilsson 2010-11-05 23:00:20 +0100
  • 9d57b4f0d6 Do not store StaticTextPtr in WidgetPtr and use setTextColour Jan-Peter Nilsson 2010-11-05 22:12:27 +0100
  • bb212e20f4 Do not store StaticTextPtr in WidgetPtr and use setTextColour Jan-Peter Nilsson 2010-11-05 22:05:50 +0100
  • e5509ce7b1 Use arrays in CreateClassDialog Jan-Peter Nilsson 2010-11-05 19:40:31 +0100
  • 528c39f1bd Use arrays in PickClassDialog Jan-Peter Nilsson 2010-11-05 19:40:00 +0100
  • ef54401407 Use arrays in SelectSkillDialog Jan-Peter Nilsson 2010-11-05 18:51:42 +0100
  • d7b76809ac Remove unnecessary member variables from SelectAttributeDialog Jan-Peter Nilsson 2010-11-05 18:49:44 +0100
  • be5562cb2c Added dialouge window Jan-Peter Nilsson 2010-11-03 21:21:08 +0100
  • 54319b0117 Use the input manager to enable the dialog Jan-Peter Nilsson 2010-11-03 20:01:53 +0100
  • 700e379d56 Fix some compiler warnings Jan-Peter Nilsson 2010-11-01 18:56:09 +0100
  • a7c3a29ffd Music Player with directory mp3 lookup Jason Hooks 2010-11-01 17:06:13 -0400
  • 74aba13053 Music Player Jason Hooks 2010-10-31 12:23:03 -0400
  • 13d8ea09b0 Cell case insensitivity, exterior and interior cells Jason Hooks 2010-10-27 23:22:01 -0400
  • ffaaad188a using theirs Jason Hooks 2010-10-27 12:32:50 -0400
  • f8b96703e6 Added all questions for the generate class dialogs and implemented calculation of class based on the answers given. There are some combinations which does not yield a class yet, will need to figure out the remaining combinations. Jan Borsodi 2010-10-24 00:45:21 +0200
  • 51f26e059a Make sure player is updated after birthsign is set. Jan Borsodi 2010-10-23 01:28:30 +0200
  • cefd5fb338 Reputation and bounty was not initialized to 0. Jan Borsodi 2010-10-23 01:23:09 +0200
  • 38b434771a Merge remote branch 'zini/master' into gui-windows Jan Borsodi 2010-10-23 01:13:11 +0200