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

Commit graph

  • 0d8150f4bd Issue #324: added useSkill function to NpcStats (adjust skill level according to use) Marc Zinnschlag 2012-07-09 21:15:52 +0200
  • a207c86fd1 Issue #324: added some range checks Marc Zinnschlag 2012-07-09 21:14:11 +0200
  • 67c1c5ce18 Issue #324: adjusted setSkill script instructions according to the recent research Marc Zinnschlag 2012-07-09 20:42:45 +0200
  • 25a5657d80 Issue #324: Modified the interface for modified stats Marc Zinnschlag 2012-07-09 18:26:00 +0200
  • 07fd9986ef accidently removed the map. scrawl 2012-07-09 20:14:07 +0200
  • b803d0e949 converted shadow caster shader scrawl 2012-07-09 19:46:36 +0200
  • 557e114992 clean-up + getScale/Angle script instructions gugus 2012-07-09 19:28:44 +0200
  • 81d30ff63a temp commit scrawl 2012-07-09 19:20:41 +0200
  • 0a67f60a6e Clean-up gugus 2012-07-09 18:47:59 +0200
  • e6716c25c3 little correction. gugus 2012-07-09 15:41:19 +0200
  • feec67094f Merge branch 'physicsaedra3' of https://github.com/jhooks1/openmw.git into objectRotationScaling gugus 2012-07-09 15:23:26 +0200
  • 03f7740474 Merge branch 'master' of https://github.com/zinnschlag/openmw.git into objectRotationScaling gugus 2012-07-09 10:39:57 +0200
  • b5edad790d merge Jason Hooks 2012-07-07 15:27:04 -0400
  • fe86ce5a2c DrawState workaround Marc Zinnschlag 2012-07-07 20:53:19 +0200
  • 6277e39216 Merge branch 'master' into skillgain Marc Zinnschlag 2012-07-07 20:27:56 +0200
  • e517e75d09 update scrawl 2012-07-07 01:25:14 +0200
  • 113457d934 Fixed some windows issues and got rid of a few tiny warnings while at it. Alexander "Ace" Olofsson 2012-07-07 01:14:18 +0200
  • 0f41cc499d Issue #324: Added skill gain calculation function Marc Zinnschlag 2012-07-06 21:07:04 +0200
  • 10723a149b Issue #324: Change a forward declartion to avoid potential problems with pesky MSVC Marc Zinnschlag 2012-07-06 18:25:16 +0200
  • d30ba14a17 Issue #324: Finished turning NpcStats into a proper class Marc Zinnschlag 2012-07-06 18:23:48 +0200
  • 771863e73b Issue #324: Started turning NpcStats into a proper class; fixed a cmake script bug; fixed a namespace issue Marc Zinnschlag 2012-07-06 15:50:26 +0200
  • a095572205 fixed some textures, started with sky scrawl 2012-07-06 10:31:48 +0200
  • 71c865e2e9 let there be light scrawl 2012-07-06 07:10:10 +0200
  • 33c48b9481 update scrawl 2012-07-06 04:28:08 +0200
  • 1a5203749f fix "error in framelistener" when trying to pick up lights that can't be picked up scrawl 2012-07-05 17:13:23 +0200
  • 8e683c2e05 vertex colors scrawl 2012-07-05 01:38:33 +0200
  • 9bd888d9a1 transparency scrawl 2012-07-05 00:39:25 +0200
  • 19ecc7f890 fix performance scrawl 2012-07-04 17:28:22 +0200
  • f8e3213996 fog, mrt depth scrawl 2012-07-04 16:57:14 +0200
  • d8d00123ea Watch for empty children node refs when setting parents Chris Robinson 2012-07-03 18:37:04 -0700
  • de9b7a51de change glsl #version, remove CG from required libraries scrawl 2012-07-04 00:33:09 +0200
  • 832247bff2 Merge remote branch 'zini/master' into nif-cleanup Chris Robinson 2012-07-03 15:29:18 -0700
  • 4ea6530772 hello world. scrawl 2012-07-04 00:26:57 +0200
  • a1e48b0feb builds now scrawl 2012-07-03 22:48:16 +0200
  • 24399a45c1 add submodule with current code scrawl 2012-07-03 22:27:22 +0200
  • 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 scrawl 2012-07-03 16:51:29 +0200
  • 085891879c fixed another resolution change bug introduced recently scrawl 2012-07-03 16:44:20 +0200
  • 205ed0ce5b post merge fix Marc Zinnschlag 2012-07-03 15:53:42 +0200
  • cc7c6aa0ad Merge branch 'decouple' Marc Zinnschlag 2012-07-03 15:47:57 +0200
  • c85aaafac2 more include cleanup (most removing Ogre.h) Marc Zinnschlag 2012-07-03 15:32:38 +0200
  • 87667ab57e Issue #107: Ptr related include cleanup Marc Zinnschlag 2012-07-03 13:55:53 +0200
  • 5a7b95bf7a Issue #107: cleaned up includes in apps/openmw/mwworld/class.hpp Marc Zinnschlag 2012-07-03 13:15:20 +0200
  • 4c39fefd1e Issue #107: World is accessed only through the interface class from now on; some include cleanup Marc Zinnschlag 2012-07-03 12:30:50 +0200
  • d27863bf8e rename layout files to .layout to get them recognized by layout editor scrawl 2012-07-03 11:34:20 +0200
  • 291599c609 Store the parents of NIF's nodes Chris Robinson 2012-07-02 22:49:44 -0700
  • 046e9686f9 Cleanup RecordPtrT Chris Robinson 2012-07-02 21:41:21 -0700
  • 035c1c4b6e added World interface class; cleanup of World interface Marc Zinnschlag 2012-07-03 01:06:38 +0200
  • efb95e2f83 Issue #317: check if spell actually exist in AddSpell Marc Zinnschlag 2012-07-02 14:25:46 +0200
  • 2db6e4f4cf Second try: added aspect ratios to the resolution combobox Pieter van der Kloet 2012-06-29 19:13:12 +0200
  • 7fcd41c69d Issue #107: Detemplateised CellStore; some include cleanup Marc Zinnschlag 2012-06-29 18:54:23 +0200
  • 76174098c7 Issue #107: CellStore moved from ESMS to MWWorld Marc Zinnschlag 2012-06-29 16:48:50 +0200
  • fc063472d0 Revert "Added aspect ratio info to the list of resolutions" openmw-0.16.0 Marc Zinnschlag 2012-06-29 14:41:19 +0200
  • 897622a511 Merge remote branch 'zini/master' into sound Chris Robinson 2012-06-28 15:01:41 -0700
  • e5cdc988a6 Merge remote branch 'pvdk/launcher' Marc Zinnschlag 2012-06-28 10:14:03 +0200
  • dded604eca Improved launcher images made by serpentine Pieter van der Kloet 2012-06-28 05:16:26 +0200
  • be5e047106 Added aspect ratio info to the list of resolutions Pieter van der Kloet 2012-06-28 02:06:42 +0200
  • 2603bca7d0 Merge remote branch 'scrawl/shutdowncrash' Marc Zinnschlag 2012-06-27 09:05:12 +0200
  • 70ac1c818d Merge remote branch 'scrawl/settingswindow' Marc Zinnschlag 2012-06-27 09:02:29 +0200
  • b73b39f3c6 launcher bugfix, settings was not written when "Play" was selected scrawl 2012-06-27 00:55:25 +0200
  • 2f8056dfab Merge remote branch 'zini/master' into sound Chris Robinson 2012-06-26 14:59:01 -0700
  • 87127775e8 fix shutdown crash if ogre was not initialised yet scrawl 2012-06-26 19:10:47 +0200
  • 232fe0be8c fix for the directx crash scrawl 2012-06-26 18:03:52 +0200
  • c37b14f5f7 Merge pull request #5 from pvdk/master scrawl 2012-06-26 06:47:39 -0700
  • 30e86e1b9d settings window resolution sorting, aspect ratio scrawl 2012-06-26 15:41:13 +0200
  • e5159a1950 Modified sorting of the values in the Graphics Page Pieter van der Kloet 2012-06-26 15:37:40 +0200
  • 77ac8760d1 Cleaned up the GUI of the Graphics page Pieter van der Kloet 2012-06-26 03:07:54 +0200
  • 6fe471c1c6 Resolutions are now sorted descendingly and removed some debug stuff Pieter van der Kloet 2012-06-26 02:41:54 +0200
  • 83c3972a89 Issue #314: added return value to addSpell function Marc Zinnschlag 2012-06-24 16:23:43 +0200
  • aa827442e8 Issue #314: Generalised ActiveSpells class so that it can handle lasting effects from potions too Marc Zinnschlag 2012-06-24 11:39:21 +0200
  • 797c2c538d fix some settings bugs scrawl 2012-06-23 12:25:28 +0200
  • 2b68e4d489 Merge remote branch 'scrawl/trianglebatchcount' Marc Zinnschlag 2012-06-22 14:30:00 +0200
  • 63ce143a04 fix triangle / batch counts with compositors scrawl 2012-06-22 12:56:04 +0200
  • fbde798968 merge Jason Hooks 2012-06-21 19:02:20 -0400
  • 89dfa54b79 updated changelog Marc Zinnschlag 2012-06-21 13:06:34 +0200
  • 68459441f2 adjusting version number Marc Zinnschlag 2012-06-21 12:40:44 +0200
  • 4e3adbb805 Merge remote branch 'scrawl/graphics' Marc Zinnschlag 2012-06-21 12:36:08 +0200
  • c8acc52a26 Merge branch 'graphics' of github.com:scrawl/openmw into graphics scrawl 2012-06-21 12:19:23 +0200
  • 98f13ebcc0 Merge branch 'misc' of github.com:scrawl/openmw into misc scrawl 2012-06-21 12:15:43 +0200
  • ad251065f4 removed more cout spam Marc Zinnschlag 2012-06-21 12:00:56 +0200
  • 89ac0fa232 Issue #312: Implemented ID-search caching to speed up some badly written scripts Marc Zinnschlag 2012-06-21 11:43:18 +0200
  • 71c3bd6288 Merge remote-tracking branch 'upstream/master' Jason Hooks 2012-06-20 23:52:31 -0400
  • 6a2bcddef5 Changed the way the launcher exits and polished the error handling code Pieter van der Kloet 2012-06-20 20:43:51 +0200
  • 5c51674070 update Jason Hooks 2012-06-20 13:14:27 -0400
  • 7dad67e423 Merge remote branch 'scrawl/bulletsvn' Marc Zinnschlag 2012-06-20 18:33:05 +0200
  • 01d1995164 fix compilation against latest bullet svn scrawl 2012-06-20 18:22:18 +0200
  • 1b368506d4 Merge remote branch 'pvdk/filedialog' Marc Zinnschlag 2012-06-20 16:05:20 +0200
  • d162445e68 Got rid of some unwanted warnings and did some cleanup on the launcher Pieter van der Kloet 2012-06-20 13:35:05 +0200
  • 95d9c99d0d Merge remote branch 'pvdk/filedialog' Marc Zinnschlag 2012-06-20 09:28:43 +0200
  • e21442f6cc Fix for Bug #306: launcher now creates the config dir and returns proper error codes Pieter van der Kloet 2012-06-20 02:28:49 +0200
  • 86d8a07fc7 Switching back to old scaling Jason Hooks 2012-06-19 13:28:06 -0400
  • 1f0efa9f7d Merge remote branch 'scrawl/guifixes' Marc Zinnschlag 2012-06-19 19:06:18 +0200
  • 15e959868c make some of the gui mode changes a bit safer scrawl 2012-06-19 17:07:00 +0200
  • 590dfe8d63 fixed the container fill problem on cell load Marc Zinnschlag 2012-06-19 16:42:10 +0200
  • 511d0c0e1c Merge remote branch 'scrawl/rendererselection' Marc Zinnschlag 2012-06-19 16:04:48 +0200
  • e89cf29994 Merge remote branch 'scrawl/guifixes' Marc Zinnschlag 2012-06-19 16:03:43 +0200
  • 61ec56debc don't add duplicate resolutions scrawl 2012-06-19 16:02:28 +0200
  • c9e76d3e90 remove extra tokens at the end of the resolution string, if present scrawl 2012-06-19 15:57:58 +0200
  • ff278ab4ec chargen generate class: fix result not being shown in review dialog scrawl 2012-06-19 15:25:04 +0200
  • 0aa01b93e2 don't put blue color on actions that are in the topic list, but are not topics (e.g. Barter) scrawl 2012-06-19 15:24:52 +0200
  • 50d81e99fb possible fix for script execution bug Marc Zinnschlag 2012-06-19 14:55:22 +0200