Commit Graph

7349 Commits (actorid)

Author SHA1 Message Date
scrawl 53ba23e303 Fixes #1224: Store class name instead of id in savegame header 11 years ago
scrawl 793649c854 ToggleAI: Report current status on toggle 11 years ago
scrawl 688415ce54 Play deathknockout/deathknockdown animations when appropriate 11 years ago
Marc Zinnschlag ed524b2fd4 added bright lighting mode 11 years ago
Marc Zinnschlag 9746f8bd32 added night lighting mode 11 years ago
Marc Zinnschlag fa29942b27 added day lighting mode 11 years ago
Marc Zinnschlag d5506172e8 added lighting switching 11 years ago
Marc Zinnschlag 205354ba30 some ambient light cleanup 11 years ago
Marc Zinnschlag 1b6b4e3442 Merge remote-tracking branch 'slothlife/weather_save' 11 years ago
cc9cii 772a49b2a6 Just some notes for future maintenance. 11 years ago
scrawl 0a17245633 Refactored settings window 11 years ago
Marc Zinnschlag 87ae03b5d4 fix for previous commit 11 years ago
Marc Zinnschlag 6bd3b3ee78 include local variable state in saved games 11 years ago
Marc Zinnschlag 4d80bc009a Merge remote-tracking branch 'scrawl/master' 11 years ago
scrawl 0c207f7212 Fix build error 11 years ago
scrawl 394284d0f8 Fixes #1209: Tarhiel never falls
There are a few pitfalls with this code:
 - Gravity is only considered when applying queued movement. Therefore, make sure to queue some movement every frame. (Could be refactored in the future?)
 - The character controller never detects being in free fall (!World::isOnGround) unless movement has been applied.
11 years ago
Alexander "Ace" Olofsson 317f1e0b63 Update dialoguesubview.cpp
That doesn't work on Windows. (Are and/or allowed in C++ in any other compiler?)
11 years ago
Marc Zinnschlag 41fd94b160 compensated for different coordinate systems 11 years ago
Marc Zinnschlag 1e57d55717 update/close on deletion of reference/referenceable 11 years ago
Marc Zinnschlag 698fe8cce3 update preview title on changed referenceableID (preview for references only) 11 years ago
Marc Zinnschlag 58daf52a67 deal with empty and invalid referenceable ID fields 11 years ago
Marc Zinnschlag 1a9df4bc56 Merge branch 'preview' 11 years ago
Marek Kochanowicz 2a26ff2299 better fix 11 years ago
Marc Zinnschlag fc8ae2b9b5 fixed encoding problems 11 years ago
Marc Zinnschlag 10ce47938b update preview on reference/referenceable changes 11 years ago
Marc Zinnschlag 2128d3008c Merge branch 'master' into preview 11 years ago
slothlife 6dce3e5186 Fixed include to use C99 header, not C++11 header 11 years ago
slothlife 6eab9c5179 Move weather state save/load to a new class 11 years ago
Rohit Nirmal e3a9daf921 Play item sound when trying to sell a bound item, too. 11 years ago
Marc Zinnschlag 688e03a9d2 Merge remote-tracking branch 'sirherrbatka/Editor-Dialog' 11 years ago
Marek Kochanowicz fbb619db73 11 years ago
Marek Kochanowicz a692ce99fa where was my mind… 11 years ago
Marek Kochanowicz ccd5e549cd moved buttons down 11 years ago
Marek Kochanowicz 832a10b2ac solving problems 11 years ago
Marc Zinnschlag 1a1d52c513 fixed a column ID problem 11 years ago
Marek Kochanowicz 5c34823bb0 added some placeholder icons 11 years ago
Marek Kochanowicz ad2f9a69a1 prevent deleting already deleted record 11 years ago
slothlife 1acd1bd913 Feature #1173: Saved Game: include weather state
Removed some unused state in and changed Ogre::String to std::string in
WeatherManager.
11 years ago
Rohit Nirmal e4c4747a27 Play item sound even if merchant doesn't purchase it. 11 years ago
Marek Kochanowicz ea9b6fa37e view button 11 years ago
Marek Kochanowicz 8f3103ce65 added preview button 11 years ago
Marek Kochanowicz 6416ae90d2 Merge branch 'preview' of https://github.com/zinnschlag/openmw into Editor-Dialog
Conflicts:
	apps/opencs/CMakeLists.txt
	apps/opencs/view/world/subviews.cpp
11 years ago
Marek Kochanowicz 010160d047 missed those :/ 11 years ago
Marek Kochanowicz c0b2b783cb use more proper creators 11 years ago
Marek Kochanowicz f3475f7ef5 Merge branch 'master' of https://github.com/zinnschlag/openmw into Editor-Dialog 11 years ago
Marek Kochanowicz db774b02d7 clone and create buttons work 11 years ago
Marek Kochanowicz 95afca0558 delete record button 11 years ago
Marek Kochanowicz 7296b09357 revert button 11 years ago
Marek Kochanowicz 09ba547630 use tool buttons with icons 11 years ago
scrawl 128a47570e One more fix 11 years ago
scrawl 4443e22387 Build fix 11 years ago
scrawl c8c0e5de38 Fixed code issues found with unity build. Missing include guards, duplicated functions, ... 11 years ago
scrawl 81dfc26d26 mwscript/locals was added twice 11 years ago
Marc Zinnschlag 20ea859aac adjusted the far clip distance 11 years ago
sirherrbatka 3c8eeb8c48 added comment 11 years ago
Marc Zinnschlag 6b11265fbc consider scale and orientation when previewing reference 11 years ago
Marc Zinnschlag 48ea93d890 less random camera start position 11 years ago
sirherrbatka 4a0d1ba272 do not cast and check multiple times 11 years ago
Marc Zinnschlag fa042a8aca use proper title for reference prewview subviews (avoid internal ID) 11 years ago
Marc Zinnschlag 8b36de6c67 Merge remote-tracking branch 'cc9cii/Slaughterfish-fix' 11 years ago
Marc Zinnschlag afbdd84467 Merge remote-tracking branch 'cc9cii/AiWander-fix' 11 years ago
Marc Zinnschlag c36dfef972 prewview subview 11 years ago
cc9cii f71fb83bfc Cleaned up more inaccurate comments. 11 years ago
cc9cii f57c11254f Revert to original variable names. 11 years ago
cc9cii 22c544d9d7 Remove unnecessary comment. 11 years ago
cc9cii fdbd564700 Apparently fall trace needs to be done with the middle of the object. 11 years ago
cc9cii 43757efdc4 Feature #1030 - partial fix to stop creatures unable to walk/fly to come out of water. Does not necessarily handle situations where they are already out of water, however. 11 years ago
scrawl d08394bf78 Fixes #1205: apparently creature and hand-to-hand (health) attacks should also level up armor skill (tested in vanilla) 11 years ago
scrawl 61955111f1 Fixes #1204: Any health value < 1 should show as empty life bar. 11 years ago
scrawl 93c21b5ef2 Fixes #1197: incorrect mouse wheel step 11 years ago
scrawl 3880247017 Fixes #1206: effect texture override was not accounted for 11 years ago
Marc Zinnschlag 2fdf80bcbf Merge remote-tracking branch 'gsedej/master' 11 years ago
cc9cii e6977d00e8 Oops. Fix typo picked up by Zini. 11 years ago
cc9cii b2e3fa70c2 Fix spelling errors in comments. 11 years ago
Marek Kochanowicz 4a623ace71 disabling works 11 years ago
Marek Kochanowicz c97172d89c fixed segfault and prevent drops from other documents 11 years ago
Marek Kochanowicz e1a4b64efb fixed segfault 11 years ago
cc9cii d54ae58ec9 Bug #900 fix - minor update to comments 11 years ago
cc9cii d92740efc9 Bug #900 fix - only fixed AiWonder, AiCombat, AiTravel and others may need a different strategy to this. 11 years ago
Marc Zinnschlag 7bc97fb8b8 reworked code for player positioning on startup and new game 11 years ago
Marek Kochanowicz dd755a00e4 fix for the bug (?) 11 years ago
Marek Kochanowicz cc1ceb35ce drag and drop works 11 years ago
Marek Kochanowicz fd4829141d succesfully connected the signals 11 years ago
Marek Kochanowicz 1bf67e7390 added the new qlineedit subclass 11 years ago
Marek Kochanowicz 30a0c82e22 this code segfaults, but i don't know why 11 years ago
Marek Kochanowicz 919065db32 fixed segfault 11 years ago
Marek Kochanowicz d1290ac556 skip deleled or erased records 11 years ago
Marek Kochanowicz 2278eb5e91 handle locking 11 years ago
Marek Kochanowicz 1a9d4204d2 correction 11 years ago
Gašper Sedej 43a12fffd5 indentation issue... 11 years ago
Marek Kochanowicz 2e226e63b6 change universalid of base subview after pressing next or prev 11 years ago
Gašper Sedej d72a2f1ffb Added code to test if git hash is availible 11 years ago
Marek Kochanowicz cb9bcc3cc1 buttons are functional 11 years ago
scrawl 0cd40294a2 Fixed ranged combat for creatures 11 years ago
Marek Kochanowicz 299b7a6ce6 Added buttons, they don't do anything. 11 years ago
Gašper Sedej 06e02ed77f Added version and revision number to mainmenu 11 years ago
Marek Kochanowicz 8d50af547a created editwidget 11 years ago
Marek Kochanowicz 865e6b52ae scroll area 11 years ago
Marek Kochanowicz c422dc6eed Refactorisation. 11 years ago
Marek Kochanowicz 5ad572346b referencables also work now 11 years ago
Marek Kochanowicz 1edf5a4414 registered additional subviews. 11 years ago
Marek Kochanowicz 87286232d7 fixed bug, god bless overloading 11 years ago
Marek Kochanowicz a25271f0b6 moving bloat away from the dispatcher 11 years ago
Marc Zinnschlag ef1364878f moved test cube from SceneWidget to WorldspaceWidget 11 years ago
Marek Kochanowicz 17b521cec8 additional check 11 years ago
Marek Kochanowicz f4614c2c63 use qlabels for not editable fields 11 years ago
Marek Kochanowicz 089732419a introduce longString 11 years ago
Marek Kochanowicz cc96a38921 use qlinedit for the var 11 years ago
Marek Kochanowicz 874847c959 handle color 11 years ago
Marc Zinnschlag 7812427836 added Preview submenu item; fixed View issues regarding exterior cells 11 years ago
Marek Kochanowicz 73cb3ac0ed embelishing 11 years ago
Marek Kochanowicz 361bc55973 dont force trying display 11 years ago
Marek Kochanowicz 9ab920bd80 display id and other not editable data 11 years ago
Marek Kochanowicz b2fdaa74b0 trying to set the size policy 11 years ago
Marc Zinnschlag 2b17f5dde9 register resources locations on editor startup 11 years ago
Marc Zinnschlag 2de862126a moved resources group creation from Engine to bsa component 11 years ago
Marek Kochanowicz 7eb10756d4 some extra views enabled 11 years ago
scrawl 6eaa7553f8 Fixes #1181: Enable controls when loading a savegame 11 years ago
Sandy Carter 72a3c50eb8 (#1191) Disallow picking up if inventory disabled
Check if window manager has allowed the inventory window
if not, then items should not be possible to pick up
11 years ago
Marek Kochanowicz 0447be7e7a register extra views. do not display id 11 years ago
Marek Kochanowicz 1f1774b5e1 changing the enumdelegate seteditordata 11 years ago
Marek Kochanowicz 9612c6a6fd handle also bool boxes 11 years ago
Marek Kochanowicz 08ccae6b49 handle comboboxes 11 years ago
Marek Kochanowicz a8b11829d4 disable not editable widgets 11 years ago
Marek Kochanowicz 3c60345d6b nest wrapper into the proxy class 11 years ago
scrawl 072dc6d438 Feature #50: Implement marksman mechanics. 11 years ago
scrawl 12de0afb03 Feature #50: Spawn projectiles
Fix a bug in copyObjectToCell.
Make actor rotations more consistent.
11 years ago
Marek Kochanowicz 2e6b45dafb edit view, savind works 11 years ago
Marek Kochanowicz 020e3f8fc5 Merge branch 'master' of https://github.com/zinnschlag/openmw into dialogoue3 11 years ago
Marek Kochanowicz f0a45fa15f just saved progress 11 years ago
cc9cii f36bea03ab Bug #1189 fix by scrawl 11 years ago
Marek Kochanowicz b0ae78e889 basicly enabled code 11 years ago
Marc Zinnschlag f1353dc84f Merge branch 'scene' 11 years ago
Marc Zinnschlag 516a3b9abd close interior cell view when cell is deleted 11 years ago
Marc Zinnschlag 0254a209f6 some general cleanup 11 years ago
Marc Zinnschlag f04348fb8e do not offer view action for cells flagged as deleted 11 years ago
Marc Zinnschlag 4a119c8f46 ambient lighting in interior cells 11 years ago
Marc Zinnschlag 7e0f0c8402 fixed SceneWidget destructor 11 years ago
Marc Zinnschlag 397921e457 specialising WorldspaceWdiget into paged and unpaged subclasses 11 years ago
Marc Zinnschlag 7386d3eb0b moved navigation into the WorldspaceWidget 11 years ago
scrawl e08f6c9ce3 Bug #416: Copy framebuffer to a texture instead of not clearing
Potentially faster than the previous workaround, and should work for triple buffering too.
11 years ago
scrawl 83b6fcf22e Bug #416: Workaround for page flipping problem 11 years ago
scrawl 1d926816b5 Terrain: background load blendmaps & layer textures. Refactor QuadTree update. 11 years ago
scrawl 2a4e99c069 Set StaticGeometry origin
Fixes an exception for coordinates far away from (0,0,0).
11 years ago
scrawl edb5a54092 Include some more required Ogre headers explicitely. 11 years ago
scrawl 195071efc7 Terrain: geometry is now loaded in background threads.
TODO: background load layer textures and blendmaps.
"Distant land" setting has been removed for now (i.e. always enabled).
11 years ago
scrawl 065b6d3331 Terrain: moved ESM::Land load to earlier in the startup procedure
Required for background loading as we cannot load ESM::Land data from background threads.
11 years ago
scrawl 8730b61362 Render maps after *all* cells have finished loading
Still not fixing Bug #772, but at least this will allow for background loading of terrain.
11 years ago
scrawl c9e349f60f Terrain: support alternate coordinate systems. Get rid of LoadingListener for now 11 years ago
Bret Curtis ab224f93c9 remove our stdint.h version that uses boost and force usage of system stdint.h 11 years ago
cc9cii ce8d327e8e Debug MSVC build of openmw needs number of sections beyond 2^16 11 years ago
gus d84319300a fix 11 years ago
gus f4879dacd5 add AIfollow to summoned creatures 11 years ago
Marc Zinnschlag a264e86e13 subclasses scene widget for worldspace scenes 11 years ago
Marc Zinnschlag f9d2fde783 Merge branch 'openmw-29'
Conflicts:
	apps/openmw/mwmechanics/aicombat.cpp
11 years ago
Marc Zinnschlag 0ae9cc0106 removed unused function 11 years ago
Marc Zinnschlag 26c2f28879 replaced global world->scene menu item with individual view context menu items in cell and reference tables 11 years ago
Marc Zinnschlag 55195f819a changed edit requests from row index format to UniversalId/hint format 11 years ago
Marc Zinnschlag 797f5527ee added hint parameter for UniversalId viewing requests 11 years ago
Marc Zinnschlag cb3994281c changed UniversalId::Type_Scene from index to string ID argument (argument is the worldspace) 11 years ago
Marc Zinnschlag ca30f2af3d minor fix 11 years ago
Marc Zinnschlag 536a0e0ab0 added orbit navigation mode 11 years ago
scrawl a99aa15d14 Fix a copy&paste mistake leaving start rotation uninitialized 11 years ago
Marc Zinnschlag 4d3abeedcb keep camera upright in 1st person mode 11 years ago
Marc Zinnschlag ae637d6abc rolling 11 years ago
Marc Zinnschlag 0926501717 Merge remote-tracking branch 'cc9cii/branch_0_29_fixes' into openmw-29 11 years ago
Marc Zinnschlag 4eea2c7a86 added free navigation mode 11 years ago
Marc Zinnschlag c977b2a756 moved implementation of the 1st person camera into a separate file 11 years ago
Marc Zinnschlag 14c3bfcf62 added navigation class 11 years ago
cc9cii 56ae85df0c Fix 32bit Windows crash while taking the save screenshot. 11 years ago
cc9cii 8fa88f4480 sync with upstream 11 years ago
cc9cii 2421f23c2f cleanup the mess... 11 years ago
Marc Zinnschlag 8f73cc9268 added navigation mode selection 11 years ago
Marc Zinnschlag 526d75df51 inverted ctrl key 11 years ago
Marc Zinnschlag 644f5cb8de fixed mouse button release detection 11 years ago
Marc Zinnschlag e33bd4d508 camera rotation via ctrl-left button drag 11 years ago
Marc Zinnschlag e987199949 getting rid of some magic numbers 11 years ago
Marc Zinnschlag 07d20a2013 camera panning via left button drag 11 years ago
Marc Zinnschlag b9107addc0 mouse wheel zooming 11 years ago
Marc Zinnschlag b6ae521aa5 moving the camera with A and D keys 11 years ago
Marc Zinnschlag af50575259 use shift key to speed up camera movement 11 years ago
Marc Zinnschlag 8081c067a6 moving the camera with W and S keys 11 years ago
Marc Zinnschlag 4ec4599be3 added navigation mode enum to SceneWidget 11 years ago
Marc Zinnschlag 6ec86564d1 re-enabled OGRE in OpenCS; cleaned up startup 11 years ago
cc9cii 5b48ca114f aicombat pathfinding fix - check the correct list 11 years ago
cc9cii 85c467f00f Minor cleanup for aicombat pathfinding workaround. 11 years ago
Nikolay Kasyanov 76c1d60d23 Fixed OpenCS build on OS X 11 years ago
Marc Zinnschlag c62a352956 Merge branch 'cellstore' 11 years ago
Marc Zinnschlag 9b18e01507 keep track of which cells have state that needs to be saved 11 years ago
Marc Zinnschlag bfcd768078 various bits of cleanup 11 years ago
Marc Zinnschlag 83ded18af0 encapsulated reference collections 11 years ago
Marc Zinnschlag 367919200f moved CellRefList into a separate file 11 years ago
Marc Zinnschlag f220867144 make Ptr a bit more pointer-like 11 years ago
Marc Zinnschlag b72c1c2c58 encapsulated water level 11 years ago
gus 95ff869163 Merge branch 'openmw-29' of https://github.com/zinnschlag/openmw.git into AIFix2 11 years ago
Marc Zinnschlag 79e723ad06 encapsulated mIds 11 years ago
Marc Zinnschlag 8ea686c6c8 encapsulated mState 11 years ago
cc9cii 1bd2664cb0 aicombat pathfinding workaround 11 years ago
cc9cii 1ab5948f19 merge upstream changes 11 years ago
Marc Zinnschlag b0ae5b8ab7 Merge remote-tracking branch 'cc9cii/windows-save-fix' into openmw-29 11 years ago
cc9cii fcfc8fcccb Revert "Allow MinGW64 compilation in Windows/msys"
This reverts commit c3f350e3fb.

Conflicts:
	libs/platform/string.h
11 years ago
cc9cii ac606a865c Back out unnecessary change. 11 years ago
cc9cii c241405d91 Fix Windows save & load. 11 years ago
cc9cii c3f350e3fb Allow MinGW64 compilation in Windows/msys 11 years ago
Nikolay Kasyanov 59508e914f Fixed OpenCS build on OS X 11 years ago
Marek Kochanowicz e348c6baa9 accept drops from filters table. Cool. ☺ 11 years ago
Marek Kochanowicz e2dce53543 additional check on droping to prevent exception 11 years ago
Marek Kochanowicz fcf17805a0 Installing basic event filter 11 years ago
Marc Zinnschlag 7693f712bc started making CellStore into a proper class; encapsulated mCell member 11 years ago
Marek Kochanowicz 55e9083570 refactorisation 11 years ago
Marek Kochanowicz 1c35a85adf fixed bugs, added extra display_type 11 years ago
Marek Kochanowicz 7dff34ebf1 Features implemented. Time to debug. 11 years ago
Marek Kochanowicz 3ad6df1f92 try with the passing action 11 years ago
Marek Kochanowicz 38a86b5015 We can handle droping multiple records 11 years ago
Marek Kochanowicz b788ab8b4c correcting 11 years ago
Marek Kochanowicz 4fe21dc38f Const correctness 11 years ago
Marc Zinnschlag 736644de05 Revert "#1041 in progress: decode first sample batch right in OpenAL_SoundStream::play()"
This reverts commit 51fb9f65ea.
11 years ago
Marek Kochanowicz eb3cbaa4e1 Create filter on droping record. 11 years ago
Marek Kochanowicz c7b3e139aa Propagate signal to the edit widget 11 years ago
Marek Kochanowicz fca7701359 Column titles retrived and passed to the filterbox. 11 years ago
pvdk b43325119a Some changes to the version retrieval: ignore shallow clones 11 years ago
Marek Kochanowicz d7a1abb30b emit signal with types (will be connected to the tablesubview) 11 years ago
Marek Kochanowicz dd95ed8e4c Accept drops on the filterbox 11 years ago
Marek Kochanowicz 569533eeae Merge branch 'master' of https://github.com/zinnschlag/openmw into DragDrop 11 years ago
scrawl d25b3ad9cb Fix AiCombat for creatures with weapons 11 years ago
scrawl ebc67a82cf Don't list unnamed quests in the quest book 11 years ago
scrawl 1fba5d1bb9 Terrain: change world bounds from AABB to 4 floats 11 years ago
scrawl bc376e6649 Closes #888: Treat "Bip 01" as animation root if existing 11 years ago
scrawl 439018e706 Get rid of useless return values 11 years ago
scrawl 90f6cda4cc Moved includes to appropriate place 11 years ago
Marek Kochanowicz e9664d80bd make convert enumns public static 11 years ago
Marc Zinnschlag 550e5eb686 Merge remote-tracking branch 'corristo/osx-music-fix' 11 years ago
gus d8f24ac499 bug fix 11 years ago
Marc Zinnschlag ea16f79d77 Merge remote-tracking branch 'gus/AIFix2' 11 years ago
gus 84959eea28 woops, thanks scrawl 11 years ago
gus 6e1425321b remove cout spam 11 years ago
gus e5b19cf3c6 clean up 11 years ago
Marc Zinnschlag 02c6c65705 Merge remote-tracking branch 'sirherrbatka/DragDrop' 11 years ago
Marek Kochanowicz 2bb9e47507 Improvements. 11 years ago
Nikolay Kasyanov 51fb9f65ea #1041 in progress: decode first sample batch right in OpenAL_SoundStream::play() 11 years ago
Nikolay Kasyanov 5e8cb2e466 Another attempt to fix #1041. This time I'm sending real data from decoder
once after playback started.
11 years ago
Marek Kochanowicz e1a0f60041 allow _foo ids without qoute 11 years ago
Marek Kochanowicz b83817e05e May only include alphanumeric characters and underscores and may not start with a number. 11 years ago
Marek Kochanowicz 3cc23a9cb3 very basic, but safe putting down " " 11 years ago
Nikolay Kasyanov 4e28fd85a3 Fixed build on OS X 11 years ago
Marc Zinnschlag c18c3e51ee handle IDs that don't exist anymore after loading 11 years ago
Marc Zinnschlag 9788bbcab9 partially store creature state in saved game files (only attributes and dynamics for now) 11 years ago
Marc Zinnschlag b0532e0c85 store NPC state in saved game files 11 years ago
Marc Zinnschlag 9f721fd144 store list of known topics in saved game files 11 years ago
Marc Zinnschlag 6ac64bbe15 Merge branch 'script'
Conflicts:
	readme.txt
11 years ago
Marek Kochanowicz 17af865a9f checking for the source of the drop, reject those from other files for now 11 years ago
Marc Zinnschlag 9cdfca6c26 Merge remote-tracking branch 'potatoesmaster/disable-crash' 11 years ago
Marek Kochanowicz cbe1fe2f95 removed misplaced bracket 11 years ago
Marek Kochanowicz 45d9364195 Put the id in the quote. 11 years ago
Marek Kochanowicz ec8c8a9d88 -journalinfo +topic 11 years ago
Marek Kochanowicz 41606a67e4 implemented whitelist of allowed types in the scripts 11 years ago
Marek Kochanowicz 930b77e60a allow drag and drop into the script edit window. 11 years ago
Marc Zinnschlag 01a7918124 Merge remote-tracking branch 'potatoesmaster/selected-spell' 11 years ago
Marek Kochanowicz 97fe5465bf created new files 11 years ago
Emanuel Guevel 3d8ca02479 Fix breaking of enchanted items casting 11 years ago
Marc Zinnschlag 0afa61eed5 fixed referenceable-loading in case of more than one content file 11 years ago
Marc Zinnschlag 2007a3e902 improved script check error messages 11 years ago
Marek Kochanowicz 56be62b956 small reformatting 11 years ago
Marek Kochanowicz 4ee90c24e5 more readable code. 11 years ago
Marc Zinnschlag 4e04131957 fixing case broke sorting in script context 11 years ago
Marc Zinnschlag 2130ec39d6 disable warnings by default in script verifier 11 years ago
Marek Kochanowicz b1f63947e8 Checking if the drop comes from same document. 11 years ago
Marek Kochanowicz d6820b977e store const ref to the document in the table. 11 years ago
Marek Kochanowicz f3dc45f1ec long line split. 11 years ago
Marek Kochanowicz 37d262b147 Splited very long line. 11 years ago
Marc Zinnschlag 7b8802588e Merge remote-tracking branch 'sirherrbatka/DragDrop' 11 years ago
Marek Kochanowicz aafde926d3 Documentation, corrections. 11 years ago
Marc Zinnschlag e17af4231a added script verifier 11 years ago
Marc Zinnschlag 0ff744c2ff fixed CSMWorld::ScriptContext::isJournalId 11 years ago
gus a315d5cc2b aiactivate works. Bug when you try to use it on a reference that doesn't exist. Need to clran up door.cpp 11 years ago
Marek Kochanowicz ae418f2538 nicer formatting 11 years ago
Marc Zinnschlag 0a8ffbfb1d added missing implementation for CSMWorld::ScriptContext::getMemberType 11 years ago
Marc Zinnschlag 910d62e4b8 added missing implementation for CSMWorld::ScriptContext::getGlobalType 11 years ago
Marc Zinnschlag 451e1f413b instead of using pre-compiled variable lists for remote member access get the variable list from the remote script on the fly 11 years ago
Emanuel Guevel 7c981587fc When searching object by id, search in active cells before searching in the player's inventory 11 years ago
Marc Zinnschlag 053b3dc371 Merge branch 'openmw-28'
Conflicts:
	CMakeLists.txt
11 years ago
Emanuel Guevel e597328b6b Make enable/disable a no-op for items in containers 11 years ago
Marek Kochanowicz 40cc108e54 drag and drop works. 11 years ago
Marek Kochanowicz 1bcc6d6918 using new icon. 11 years ago
Marek Kochanowicz 2afe3f3e57 Introduced multitype icon. 11 years ago
Marek Kochanowicz 6662560cbc new displays for referencable table columns 11 years ago
Marc Zinnschlag d6e212a02b Merge branch 'master' into script 11 years ago
Marc Zinnschlag e9238b456d use case-insensitive sorting in columns 11 years ago
Marek Kochanowicz 09d3c7a446 Attempt to match types. Does not work at the moment. 11 years ago
gus 7c6e27e4f9 Merge branch 'master' of https://github.com/zinnschlag/openmw.git into AIFix2
Conflicts:
	apps/openmw/mwmechanics/aitravel.cpp
11 years ago
Marek Kochanowicz 71b2fc1c70 Introduced method to access display type. 11 years ago
Marc Zinnschlag 9c52820754 Merge remote-tracking branch 'scrawl/master' 11 years ago
Marek Kochanowicz 5f3f867a10 Implemented convertEnums function 11 years ago
scrawl c6fb0f2d9b Removed terrain component's dependency on ESM 11 years ago
Marc Zinnschlag dde4fbd818 allow one more integer argument in RemoveSoulGem and up to 6 more in AiFollow and then throw them all away 11 years ago
Marc Zinnschlag b3412b7eec another case fix (remote member access again) 11 years ago
Marc Zinnschlag dc433a3c09 fixed case handling problem for local variable access 11 years ago
Marc Zinnschlag 388735046f fixed broken remote member variable access 11 years ago
Marek Kochanowicz c142089bfe Merge branch 'master' of https://github.com/zinnschlag/openmw into DragDrop 11 years ago
Marek Kochanowicz c00834a8de added some iostream garbage. 11 years ago