Commit Graph

2628 Commits (f4bbcb48a6de3a5d505004571c627a68b8b28d71)
 

Author SHA1 Message Date
scrawl 6827aac42c fix all mygui.log warnings, fix journal 13 years ago
scrawl 75d5714fe0 TextEdit, TextBoxEdit, DispEdit fix more consistent 13 years ago
scrawl d67ee8b511 console fix more consitent 13 years ago
scrawl 6b4a35667c fix window titles 13 years ago
scrawl 755e05e742 fixed ListBox selected item colour 13 years ago
scrawl d1508f5a59 List -> ListBox 13 years ago
scrawl 560e702973 fixed scroll bars 13 years ago
scrawl 26aae9d2ce fix class name typo 13 years ago
scrawl 161d519206 fixed the dialogue history topic selection 13 years ago
Marc Zinnschlag 6df6cbc71a updated changelog once more 13 years ago
Marc Zinnschlag fe9cbdde89 Merge remote branch 'pvdk/master' 13 years ago
scrawl 3b76f6dcf4 fixed console log 13 years ago
scrawl 43349eb539 fixed console command line 13 years ago
scrawl ceea51fe9f fixed TextEdit, TextBoxEdit, DispositionEdit 13 years ago
Pieter van der Kloet 73a1b256a8 Changed warning dialog text to be less ambiguous 13 years ago
Pieter van der Kloet fd4826d06f Fix for Bug #222, config is always written to user location now 13 years ago
scrawl 9933de7c6a Edit -> EditBox 13 years ago
Marc Zinnschlag 47828f91f0 Issue #217: added getWeight function to ContainerStore 13 years ago
Chris Robinson bac6df5563 Avoid leaking an ffmpeg stream 13 years ago
Chris Robinson 15317796bf Handle the wav -> mp3 extension conversion in the sound output backend 13 years ago
Chris Robinson f11e3e39a1 Add an enumerate method to the sound output interface 13 years ago
Chris Robinson 366c97c492 Use a separate method to check for finished sounds and update the listener 13 years ago
Chris Robinson e6fe1c0261 Remove a mostly unneeded wrapper function 13 years ago
Chris Robinson aecc77a73c Replace the sound file extension when opening fails
This should make it more efficient to lookup a sound instead of checking each
time it's played. A better method would perhaps be to check if the resource
exists when the ESM is loaded and replace it then as needed.
13 years ago
Chris Robinson 8056a7f20b Throw an exception when looking up a sound instead of returning an empty string 13 years ago
Roman Melnik ebc49de851 Fix Bug #1: "Meshes rendered with wrong orientation"
Discard the tranformation of the root NiNode when loading nif files
(set the 'identity' transformation instead).

After applying the fix test the following types of interiors:

 - Dwemer ruins (the bug was common here before the fix)

 - Ancestral tombs (the bug was common here before the fix)

 - Daedric shrines

 - Caves/grottos

 - Dunmer strongholds

 - Telvanni, imperial, redoran houses/towers/castles

Also checked exteriors (although it is hard to do without terrain
rendering)
13 years ago
Chris Robinson 9a139f511f Avoid redefining SOUND_IN 13 years ago
Chris Robinson 56c3b988cc Avoid copying the region when looking for a sound to play 13 years ago
Chris Robinson 8c5f85ca83 Use a local variable to mark sound streams as finished while processing
This avoids a race condition where the source can underrun while the final
buffers are being queued and the sound can be detected as stopped
13 years ago
Chris Robinson 6a85ef1229 Set Ogre's data stream to NULL when closing the audio file 13 years ago
Chris Robinson 0d973ac8ff Use the vector's data field instead of the address of the first element
Same thing really, but less convoluted
13 years ago
scrawl 0af8591c03 Window_MinMax 13 years ago
Chris Robinson fd8326e958 Better handle some ffmpeg errors 13 years ago
scrawl 433a318abb colour -> textcolour 13 years ago
scrawl 37290d9638 fix text colours 13 years ago
scrawl 98f3192448 forgot to git add some stuff 13 years ago
scrawl 9b31b6272f fixed the mouse cursors and fixed MWAttribute & MWSkill 13 years ago
scrawl 2f662a226c replaced all the StaticText in layouts 13 years ago
scrawl 64212c0ee6 replaced all the StaticImage and StaticText in code 13 years ago
scrawl 99461765da restored another bunch of stuff 13 years ago
scrawl 0d56a55756 restored journal window background 13 years ago
scrawl b0b41a9199 should now compile warning free 13 years ago
scrawl 97ab48993e more deprecated fixes 13 years ago
scrawl deeb21a131 switched to the new multi-delegates system 13 years ago
Marc Zinnschlag 3dcfcf46cb Issue #217: container change tracking 13 years ago
Marc Zinnschlag a0ee2954bd Issue #217: moved some functino implementations from ptr.hpp to ptr.cpp 13 years ago
Marc Zinnschlag 0adbe258fd Issue #217: made Ptr track container; fixed a cmake script bug 13 years ago
Chris Robinson 7b22ee6fd1 Use for_each to clear the ffmpeg stream packets 13 years ago
Chris Robinson 2989a1e06e Improve ffmpeg failure messages 13 years ago
Chris Robinson 26a441f29a Add a readAll method to the sound decoder, for potentially more efficient reading 13 years ago