Commit Graph

8975 Commits (9213067aee92ea935a488669b07fe35b7bdb8a75)

Author SHA1 Message Date
cc9cii 7675df60ba Fix far clip distance (again), workaround for broken settings minimum value. 10 years ago
cc9cii 54c77cf875 Silence clang warnings. 10 years ago
cc9cii f0c739b763 Apply camera setting changes immediately. Remove current value check for shader setting changes. 10 years ago
scrawl bdab3fa321 Bullet optimization: Don't update AABBs of static objects every frame 10 years ago
scrawl ff0b4e0583 Add debug window (F10), displays Bullet's profiler output 10 years ago
scrawl 7c52d05f85 Disable topics list visually when in a choice 10 years ago
scrawl e9ed0211c9 Attempt to fix Clang warnings 10 years ago
scrawl 58571f7ac2 Revert "Transfer item ownership to the buyer if item wasn't stolen"
Fixes #1953.

This reverts commit 5d77c5e8ca.
10 years ago
cc9cii 6e8977348a Check the FSAA setting of windows rather than system value. 10 years ago
cc9cii 303b0ee8c6 Update scenewidget when antialiasing settings change. 10 years ago
cc9cii 8a0ff17c22 Update SceneWidget when relevant user settings change. 10 years ago
cc9cii 9902e08773 Apply sh::Factory settings immediately. 10 years ago
cc9cii a25cffc242 Fixed default value not being set for spinbox. Changed the default value of max subviews to 256. Simplified the call signature to get settings & set an initial value. Fixed missing settings for num_lights. 10 years ago
scrawl 02dec787fd Cache GMSTs in getDerivedDisposition 10 years ago
scrawl ea956b537c Don't search for fFatigueReturnBase and fFatigueReturnMult every frame 10 years ago
MiroslavR 508113f271 Resolve merge conflict 10 years ago
MiroslavR 1c4e52a0e5 Book formatter: Fix an excessive line break case 10 years ago
cc9cii d790b8edfa Revert old fix. 10 years ago
cc9cii a2d043f43a Re-check unknown record id after loading. 10 years ago
MiroslavR cb5f661596 Book formatter: Support FONT closing tag, minor code cleanup 10 years ago
Marc Zinnschlag e47f9c7268 added first batch of magic effect columns (re-using existing columns) 10 years ago
Marc Zinnschlag aa89370db6 make sure magic effects added by expansions are available 10 years ago
Marc Zinnschlag 25a1112627 add magic effect records for newly created games 10 years ago
cc9cii 810ba61909 While loading overwrite records with the same id. Should resolve bug #1750. 10 years ago
scrawl e868a48a63 Don't trigger OnPcHitMe for friendly hits (Fixes #1950)
Don't consider actors as followers if they are also in combat with the follow target
10 years ago
scrawl 7252cb63a6 Fix cppcheck issues 10 years ago
scrawl 790e0150b1 Fix global map markers being duplicated when cell is visited again 10 years ago
scrawl 18be152ab1 Allow dragging map even when a marker is hovered 10 years ago
scrawl 603e558fb7 Fix broken getCollidingPc / getCollidingActor (cppcheck) 10 years ago
scrawl 97df7c9b22 Get rid of markers.png and use original MW texture, cleanup 10 years ago
Marc Zinnschlag 23fd314294 added magic effects table 10 years ago
Marc Zinnschlag c321f2c252 load and save magic effect records 10 years ago
scrawl 4f0fc79ea4 Change global map cell size from 24 to 18 and make it configurable 10 years ago
cc9cii 8e71f092c5 Comment out setMinimum which is broken. 10 years ago
cc9cii a1c0ec2feb Repair collateral damage from a purging session gone out of control. 10 years ago
cc9cii 111a35bc38 More strip back. 10 years ago
scrawl 0bc840aadd Add NumericEditBox widget 10 years ago
scrawl f56711f443 Fix crash caused by teleportation spells (Fixes #1904) 10 years ago
scrawl 8ad2b95208 Revert "AiFollow: return from execute() if target is not player"
This reverts commit 061c7813f6.

Fixes #1898.
10 years ago
scrawl 40ce5add59 Don't report crime for attacking an NPC that is already in combat with another NPC (Fixes #1908, Fixes #1821) 10 years ago
scrawl 6b65502557 Add properties for new widget classes to MyGUI plugin 10 years ago
scrawl 2066097202 Fix incorrect reading of global map state in some cases when the map size changed (Fixes #1946) 10 years ago
scrawl 40587f984d Implement price-based mercantile skill progress (Fixes #1947), thanks Hrnchamd
Correct barter formula (removed erroneous clamping)
10 years ago
Marc Zinnschlag 33cd04b37d added missing sound gen table columns 10 years ago
cc9cii d5c8ff7d73 More removal. 10 years ago
cc9cii 127f9bb30d Fix reverting to wrong version. 10 years ago
cc9cii 61bab6b1f1 Sanitised version. Some settings are only accessible via manually editing the config file. 10 years ago
scrawl 1afcc7adb5 Add imported font colors from openmw.cfg to MyGUI plugin 10 years ago
scrawl 62ab35881e Don't advance skills in werewolf mode (thanks Hrnchamd) 10 years ago
scrawl 088d01d727 Minor cleanup 10 years ago
cc9cii 31fb160376 More cleanup. 10 years ago
cc9cii 66852d5392 Code cleanup and revert incorrect settings. 10 years ago
scrawl 0f99a959eb Update barter offer for all items when another item is added (Fixes #1935) 10 years ago
scrawl a7c0e07d78 Add missing World cleanup for mLevitationEnabled 10 years ago
scrawl 5d77c5e8ca Transfer item ownership to the buyer if item wasn't stolen (Fixes #1933) 10 years ago
scrawl 45b4304237 Store levitation/teleport enabled state in savegames (Fixes #1923) 10 years ago
cc9cii fdf375fb4d Reusing subviews implemented. 10 years ago
cc9cii 3f9b73812b Minor fixes and workarounds. 10 years ago
cc9cii 970f3609c9 Fixed spinbox issue with integer entry via keyboard. Removed shader settings as per feedback comments. 10 years ago
cc9cii 67503c93b2 Added some scenewidget user settings but noticed during testing that the spinbox view resets the value if enter key is pressed. 10 years ago
Marc Zinnschlag 175d4f3d44 Merge remote-tracking branch 'ragora/playdeathlevelupmusic' 10 years ago
Marc Zinnschlag 56858c98b1 Merge remote-tracking branch 'miroslavr/master' 10 years ago
Marc Zinnschlag 7ab4881661 added sound gen table 10 years ago
cc9cii d41230a0c5 Tweak the look of the recordfilterbox. Keep titlebar if floating. 10 years ago
Marc Zinnschlag 02247fe712 load and save sound gen records 10 years ago
Ragora 06e683d378 Added code to play music on level up and on death 10 years ago
cc9cii ffae816aab Max subviews setting working. However there is no way to remove the last subview once the title bar is removed and the look of the filter box is broken without the title bar. 10 years ago
cc9cii 62406d5322 Use reasonable values for the spinbox. 10 years ago
MiroslavR 22c71cec18 Check for text size 10 years ago
cc9cii 437fb774c5 Re-implemented subview minimum size setting. 10 years ago
cc9cii c8ae8f4a6d Added minimum width setting for subviews - regionmap, table, scene, preview and dialogue. It should be noted that the setting is not the starting minimum width, i.e. it won't be possible to reduce the width of the subview after the creation. Also, one setting applies to all subviews. It may be desirable to have individual settings. 10 years ago
MiroslavR 608e1518a5 Hack to prevent newlines at the end of books possibly creating unnecessary pages for mygui versions lower than 3.2.2 10 years ago
MiroslavR f87d7c3fce Book formatter: Do not insert last page if it's empty, code cleanup 10 years ago
MiroslavR 4b1df64fba Book parser: Fix comparison between signed and unsigned integer expressions 10 years ago
cc9cii c4f11785ec Added a window size change easter egg. 10 years ago
cc9cii 48f96df29d Fixed checkboxes saving invalid values. 10 years ago
Marc Zinnschlag aa7fc8ee47 fix for potential script problem during saved game loading 10 years ago
Marc Zinnschlag 5c8ef842b6 Merge branch 'edit' 10 years ago
Marc Zinnschlag 51151bc43e minor fix 10 years ago
cc9cii fc8d6da6a2 Added more shader settings. 10 years ago
cc9cii 71a3880884 Added workarounds to add QLabel. Add stylesheet option to apply to View's QGroupBox. RangeViews are now right aligned. Added content margins to the page/tab's layout. 10 years ago
cc9cii 02f8f54192 Fixed checkbox behaviour. Added some shader settings. 10 years ago
MiroslavR 51cd2678ae Book formatter: Fix last block of text not displaying 10 years ago
MiroslavR c362ec0f95 Book formatting: Handle line endings as per vanilla, fix tall images causing infinite loop, cleanup 10 years ago
Marc Zinnschlag 3cd717cd47 Merge remote-tracking branch 'lgro/videoplayer' 10 years ago
Lukasz Gromanowski b40c1ff26c Removed a warning about comparision between signed and unsigned variable in ffmpeg_decoder.
Corrected ifdef from previous commit around codecCtx->refcounted_frames = 1;

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
10 years ago
Lukasz Gromanowski f5589b42ea Fix for compiler warnings and deprecated functions usage in videoplayer.
Added ifdefs because changes in API were introduced in libavc 56.1
and this code doesn't compile with older versions (ie. on Ubuntu, or Debian).

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
10 years ago
cc9cii 17a74da650 Cleaned up comments and dead code. 10 years ago
Lukasz Gromanowski d77546b7dc Fix for compiler warnings and deprecated functions usage in videoplayer.
Deprecated functions were:

- AVCodecContext::get_buffer
- AVCodecContext::release_buffer

Changed to:
AVCodecContext::get_buffer2 and setting AVCodecContext::refcounted_frames to 1
before call to avcodec_open2().

release_buffer usage was removed.

Also changed places when some fileds were compared to AV_NOPTS_VALUE
- it's signed, so removed unsigned int casting, or changed casting
to signed int.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
10 years ago
cc9cii dbd1ab05d3 Integrated into the original settings design, except using tabs rather than list & stacked widgets. Works but visuals need updating. 10 years ago
Marc Zinnschlag e4b6f135b6 catch exceptions from adding local scripts 10 years ago
Marc Zinnschlag 89beecad8c Merge remote-tracking branch 'scrawl/master' 10 years ago
scrawl fb26c2c2de Fix autocalculated NPCs not having health/magicka/fatigue set correctly (Fixes #1943) 10 years ago
scrawl b1e74e2a85 Remove support for Ogre 1.8 versions 10 years ago
scrawl 3ac04060c1 Fix NPCs being able to practice Block skill 10 years ago
Marc Zinnschlag cf5c5cbce7 Merge remote-tracking branch 'corristo/osx-openmw-launch-fix' 10 years ago
Marc Zinnschlag 9d316a8745 Merge branch 'records' 10 years ago
scrawl 023d7072f9 Don't play battle music for enemies out of AI processing range 10 years ago
scrawl d3554084ad Fix weird behaviour of options menu sliders when value was changed out of bounds via cfg file 10 years ago
Marc Zinnschlag 8499ceb35d set default value for topic when cloning info records 10 years ago
scrawl f5868f7ae1 Fix layout problems in generate class result dialog 10 years ago
Marc Zinnschlag 8ce87803c4 set default value for cell when cloning references 10 years ago
Marc Zinnschlag b39cdb7645 fixed referenceable cloning (and as a side-effect enabled showing the type of the refereceable in the clone UI) 10 years ago
Marc Zinnschlag 90ad3f332a extending refnum functionality to cloning (and also enable cloning of references to a different cell) 10 years ago
Nikolay Kasyanov 9f7a8462d8 Fix build & OpenCS game runner code on OS X 10 years ago
scrawl e42cb8020e Change all skins to get font colors from fallback settings (Fixes #704) 10 years ago
Marc Zinnschlag 7733df239e made CloneCommand a subclass of CreateCommand 10 years ago
scrawl 25e96b8c7b InteractiveMessageBox: Define a maximum width for the message text 10 years ago
MiroslavR 84d27d55e2 Remove redundant includes 10 years ago
MiroslavR 4f89c3e77a Rework book formatter (Fixes #1148) 10 years ago
Marc Zinnschlag 65ddf7acfe Merge remote-tracking branch 'scrawl/master' 10 years ago
Marc Zinnschlag bc1eaa035d Merge remote-tracking branch 'scrawl/fontcolors' 10 years ago
Marc Zinnschlag 2a48c377a8 Merge remote-tracking branch 'miroslavr/master' 10 years ago
scrawl 9c0649c11d Add basic framework to retrieve font colors from fallback settings (Feature #704) 10 years ago
scrawl cbc242d857 Move item count text to ItemWidget 10 years ago
scrawl b145d183ae Fix incorrect alchemy failure handling when an effect has a zero magnitude/duration (Fixes #1922) 10 years ago
scrawl ab9d9c7001 Add magic effect flags from ESM files to esmtool 10 years ago
scrawl 8a3a3baed4 Tweak AiEscort maximum distances 10 years ago
scrawl b6c6bfe943 Merge cell names when merging cells (Fixes #1929) 10 years ago
cc9cii 5dfcd2ed01 Removed standard window size combobox. Rearranged widgets. 10 years ago
scrawl b39fe85a51 Implement fPCbaseMagickaMult and fNPCbaseMagickaMult 10 years ago
cc9cii 52354b14fc Fixed compilation issue on linux. Updated shader mode selection logic (thanks scrawl). Cleaned up a little but needs more once things are settled. 10 years ago
Marc Zinnschlag 3add4bdf35 rewrote refnum handling code (fixes broken reference creation, but not reference cloning yet) 10 years ago
Marc Zinnschlag 6fbffdb98f fixed reference creator error handling 10 years ago
Marc Zinnschlag e93ab383ea set refnum and increment refnum counter when creating a new reference 10 years ago
Marc Zinnschlag 33243c8c16 move code for storing old value from ModifyCommand constructor to redo function (allows use of the command on records that haven't been created at the time of construction) 10 years ago
Marc Zinnschlag 144f6ca79a Merge remote-tracking branch 'scrawl/master' 10 years ago
cc9cii 575780ec0d Display format settings working. 10 years ago
cc9cii d9b0c81299 Show status bar setting working (feature #854). Turns out signals were not needed, may need to clean up later. 10 years ago
Stanislav 313bdf4e78 fix 10 years ago
scrawl c05874e1ff Reset CreatureLevList spawning flag if levelled list returned no creature 10 years ago
scrawl c19f89976e Add missing Hit voice dialogue for friendly hits 10 years ago
scrawl 54dac1460c Run global scripts after running local scripts
Turns out to be a compatibility problem with Calvus Horatius contract scripts. The local script needs to be run first, otherwise the cleanup when he quits as result of negative profit does not work properly.
10 years ago
scrawl 08499ea51f Fix Calvus Horatius AiFollow package not being removed after he quits as result of negative profit 10 years ago
cc9cii 86636bd960 Mouse events to disabled objects implemented via a signal filter. 10 years ago
scrawl ac97a0f99d Fix dialogue choices being displayed in incorrect order 10 years ago
scrawl be7839873a Don't trigger dynamic stats recalculation when setting up actor initial stats (Fixes #1927)
This caused the magicka value set in the CS to be ignored completely, so flame atronachs were spawning with 50 magicka instead of 105.
10 years ago
scrawl 447e93bdb4 Use SpellCast animation for creatures that have it (flame atronach) 10 years ago
scrawl 07cd647e75 Fix broken AI for creatures with OnTarget spells (Bug #1927) 10 years ago
cc9cii 62d2811285 Window size improvements. Added promoted widgets but seems to be require signal filters for disabled widgets to receive mouse events. 10 years ago
scrawl 09042ba6d9 Use object name instead of ID when available for tooltips 10 years ago
U-NSFW-50TH\cc9c ca80a2b856 Merge remote-tracking branch 'upstream/master' into opencs-settings 10 years ago
scrawl 2eaceb71ba Reject AiTravel destinations further than 7168 units away, as in vanilla MW (Fixes #1911) 10 years ago
Marc Zinnschlag 41275b0af3 Merge remote-tracking branch 'cc9cii/Bug-No-1869' 10 years ago
Marc Zinnschlag b9973c4515 Merge remote-tracking branch 'scrawl/master' 10 years ago
cc9cii 9dc4af69c6 Got window size to work correctly. Started to incorporate parts of previous settings implementation where possible. 10 years ago
scrawl 441073b475 Remove ancient comment 10 years ago
scrawl 3ce3f31452 Adjust turning animation speed multiplier based on turning speed 10 years ago
scrawl 6debd21ec6 Make sure the Jump control is always handled by the PhysicsSystem even if game runs faster than the minimum physics timestep 10 years ago
scrawl 269c200c8f Fix jump velocity mechanics (Fixes #1708) 10 years ago
scrawl b6a89c7845 Fix idlestorm animation conflict with torch animation 10 years ago
scrawl 4c285151a3 Fix incorrect movement animation for some creatures (Fixes #1924) 10 years ago
Stanislav ebb223b2d3 Feature #1226: fixes 10 years ago
cc9cii cb15750e40 Removed fullscreen checkbox and associated code. Doesn't really make sense for opencs and a fullscreen windowed mode is just a click or keyboard shortcut away, anyway. 10 years ago
cc9cii e3da37567b Cleaned up and got some signals going. 10 years ago
Marc Zinnschlag 70275350de rewrote command generation in GenericCreator 10 years ago
Marc Zinnschlag b31c4e2bcd Merge remote-tracking branch 'cc9cii/Bug-No-1301' 10 years ago
Marc Zinnschlag 90b45e09f7 added refnum column to references tables 10 years ago
Marc Zinnschlag f5483e76cf added refnum counter column to cells table 10 years ago
cc9cii d679e0e012 Made more progress. Grey out disabled settings. 10 years ago
cc9cii ffaca7a875 GUI added, but not yet functional. 10 years ago
Stanislav 8574d2330c Feature #1226: Request UniversalId editing from table column 10 years ago
Marc Zinnschlag 71c868aa94 Merge remote-tracking branch 'scrawl/master' 10 years ago
Marc Zinnschlag 3f671c86a8 Merge remote-tracking branch 'cc9cii/ffmpeg-swresample' 10 years ago
cc9cii ecb4154ac0 Fixed default settings logic and cleaned up comments. 10 years ago
scrawl 0c75c6bf1b Improve spellcasting AI for Drain/Damage effects 10 years ago
scrawl 157c53bed4 Handle spellcasting for creatures with no casting animation (Fixes #1856) 10 years ago
Marc Zinnschlag 3d8216ee17 fixed broken content file list in case of newly created addons 10 years ago
cc9cii e4b836608c Partially address feature #854 by reading the status bar setting from opencs.ini. Missing GUI update that will affect new top level windows. 10 years ago
cc9cii 0ec20b23aa Initial working version. Video/rendering options supported. No GUI yet. 10 years ago
Marc Zinnschlag 19f469c7db Merge remote-tracking branch 'scrawl/master' 10 years ago
Marc Zinnschlag d1d861e1be Merge branch 'run'
Conflicts:
	apps/opencs/model/world/columns.cpp
	apps/opencs/model/world/columns.hpp
	apps/opencs/model/world/data.cpp
	components/CMakeLists.txt
10 years ago
Marc Zinnschlag bf6150d009 allow project scope scripts 10 years ago
Marc Zinnschlag 89000f6196 removed unused OmwLoader 10 years ago
Marc Zinnschlag ea60c665dd Merge remote-tracking branch 'ragora/bounditemflag' 10 years ago
scrawl 233e221de2 Terminate AI packages when target is disabled or deleted (Fixes #1910) 10 years ago
Marc Zinnschlag 9b7f61b4ba Merge remote-tracking branch 'scrawl/myguiplugin' 10 years ago
scrawl 1270dada34 Don't set Attacked flag when the actor is already in combat with the attacker (Fixes #1909) 10 years ago
scrawl 002b41ba51 Make changeWeather work when the player isn't in a cell yet (workaround for modTESTchargen_v2_5) 10 years ago
scrawl 4b27950879 Don't apply race height to NPC collision shape (Fixes #1487) 10 years ago
scrawl bd96764229 Mark code that will be obsolete when upgrading to MyGUI 3.2.2 10 years ago
Ragora b8851790a6 Covered forgotten old bound item checks 10 years ago
Ragora f250e3df4b Replaced old bound item checks that I knew of to use the new ItemStack::Flag_Bound bit 10 years ago
scrawl 4426b03fa4 Remove some garbage 10 years ago
scrawl 0c273568f2 Increment version number for input configuration
Old files are broken by keycode->scancode switch (319f4e0547)
10 years ago
scrawl 99c276baa9 Set weapon Magical flag when enchanting a weapon 10 years ago
scrawl a42e60970b Revert "delete death events on adding an actor to the scene"
If we go to a different cell in the exact frame of an actor's death, the death event would be lost permanently.

This reverts commit fd2c07a6f4.

Conflicts:
	apps/openmw/mwmechanics/actors.cpp
10 years ago
scrawl 8625764143 Give 100% of health back when Resurrecting an actor (Fixes #1877) 10 years ago
Marc Zinnschlag 081588f484 add project file to content file list when running OpenMW from OpenCS 10 years ago
Marc Zinnschlag 10fa205ced fixed --data switch (was missing composing option) 10 years ago
scrawl 319f4e0547 Bind to scancodes instead of keycodes 10 years ago
scrawl dc1e8d4e22 Don't trigger any mouse button bindings while in the settings menu 10 years ago
scrawl 04c79d5f1e Fix case issue when setting companion's profit on the script 10 years ago
scrawl e54ba2c5d1 Fix broken dialogue Function_HealthPercent 10 years ago
Marc Zinnschlag d4007ad89e Merge remote-tracking branch 'mellotanica/master' 10 years ago
Marc Zinnschlag 1254198d90 add debug profiles to scene subviews view drag and drop 10 years ago
Marc Zinnschlag 3ed2edb7cb rewrote run tool profile management 10 years ago
Marc Zinnschlag 882ef37ae3 Merge remote-tracking branch 'ragora/conjureditemsgmstcheck' 10 years ago
Marc Zinnschlag 94a7e38194 Merge remote-tracking branch 'ragora/fixglobalcompassorient' 10 years ago
Marc Zinnschlag 690273d5b3 Merge remote-tracking branch 'ragora/fixmapresize' 10 years ago
scrawl f82224497a Compatibility fix for MyGUI git 10 years ago
scrawl 2c58a879ec Fix minor exploit when map window is shown with transparency 10 years ago
scrawl 2b5adb325b Remove a useless method 10 years ago
scrawl cfc57d0fe0 Use MyGUI's castType for widget casts 10 years ago
MiroslavR 4fdef94034 Use player's base name for profiles 10 years ago
MiroslavR 23e6d52844 Fix UI not updating initially for zero stats 10 years ago
Ragora 282e7abd16 Map Arrow Correction; now rotate global map arrow to whatever the local map arrow orientation is 10 years ago
Ragora 35571bb108 Global compass arrow rotates regardless of indoor or outdoor presence 10 years ago
Ragora 25f99c5d5a Discarded use of a static variable and renamed event function to be less ambiguous 10 years ago
Marco Melletti f212f0e4d2 subviews now get destroyed on close 10 years ago
Marc Zinnschlag 70ee899691 Merge remote-tracking branch 'cc9cii/Bug-No-1725'
Conflicts:
	apps/opencs/model/tools/bodypartcheck.cpp
10 years ago
Marc Zinnschlag b8fdccdbff Merge remote-tracking branch 'cc9cii/Bug-No-1864' 10 years ago
Marc Zinnschlag 560eae3f4d Merge remote-tracking branch 'ragora/conjuredequipmentrmvalfix' 10 years ago
cc9cii 1107156334 Workaround incorrectly reported channel_layout 10 years ago
Ragora 58d70c2895 Removed Unused includes from experimentation 10 years ago
Ragora 4ecac31752 Map keeps focus on wherever it was last moved when resizing map window 10 years ago
scrawl c6bcd75058 Add various custom widgets used in OpenMW to the MyGUI plugin 10 years ago
Ragora e105202ee2 Use std::set instead of std::map 10 years ago
scrawl ee3b1e800c Add FontLoader and transparent BG texture to the MyGUI plugin 10 years ago
cc9cii 675d11c0e5 Mental note: need to get a linux box 10 years ago
cc9cii 8fe6877cb2 More include madness b/w different systems & compilers 10 years ago
cc9cii de41dfc314 Add includes. 10 years ago
Ragora f9e2fd0f3d Also forgot to remove a now unused variable I introduced 10 years ago
Ragora efaa820ee2 Managed to forget the itemmodel.cpp code 10 years ago
Ragora ea43a23505 All GMST logic is done in itemmodel.cpp now with usage of a static cache std::map 10 years ago
cc9cii 0121fdca2c Don't use C99 in printf. 10 years ago
cc9cii be74db8b24 Don't use to_string() 10 years ago
Ragora 83868bca23 Removed unused include left over from experimentation 10 years ago
Ragora ee6298f520 Added Flag_Bound flag for ItemStack to check against but the system behind it is probably not the best 10 years ago
cc9cii ecd9dd81ea Moved debug statements before exception.. 10 years ago
cc9cii ce3077c970 Test version with debug statements. Also moved some common code out to a separate file. 10 years ago
Marc Zinnschlag b29d1d452f removed some redundant checks 10 years ago
Marc Zinnschlag 5dd424b6c6 Merge remote-tracking branch 'cc9cii/Bug-No-1655' 10 years ago
cc9cii 48a36442c6 Add libswresample and libavresample support for sounds. 10 years ago
Marc Zinnschlag 717c1b15f5 fixed drop implementation for unpaged worldspace (wasn't updating cell object) 10 years ago
Marc Zinnschlag 0db288ce07 generalising and cleaning up drop implementation of worldspace widget 10 years ago
Marc Zinnschlag 5a9376450b some cleanup of the scene view drop code 10 years ago
Marc Zinnschlag b5d5eadf79 Merge remote-tracking branch 'scrawl/master' 10 years ago
cc9cii 862c5fc8f6 Add libavresample support. Tested on windows x64 only. 10 years ago
Ragora 74e1db3ac8 Minor Correction to existing conjured item logic 10 years ago
scrawl f3d4b63aaf Fix AI moving load doors and throw an exception when trying to do this (Fixes #1907) 10 years ago
Ragora 69dbd6b30f Added checks for different bound item situations 10 years ago
scrawl 36a90198e2 Add option to change screenshot image format 10 years ago
Ragora 141755b473 Appears to have resolved the issue with unequipping conjured items and all possible error conditions deriving from being able to unequip them 10 years ago
scrawl 7fa3100993 Refactor TradeWindow balance buttons to use ControllerRepeatClick 10 years ago
cc9cii 88cf2bd597 Deal with signal source being overloaded. Clear filename after creating a new addon. Enable "Open" button if a game file is already selected. 10 years ago
scrawl ebab911e44 Add a hack to support binding the console to a printable key (Fixes #371) and change default console key to morrowind default (GRAVE) 10 years ago
scrawl cf355d0fcb Change Always Run key default to Caps Lock, as in vanilla
A poor choice, but it's still what players coming from vanilla MW will expect.
10 years ago
cc9cii faac91472c Allow '-' and '_' in new addon name. Resolves Bug #1789. 10 years ago
cc9cii 85596322f3 Update status bar when record filter is changed. Should resolve Bug #1290. 10 years ago