Commit Graph

22112 Commits (dee72e94302f1a0fec2be48ba807240b46fb48df)
 

Author SHA1 Message Date
Phillip Andrews dee72e9430 Make script literal lookup functions safer
Assert isn't really the right way to range check these, since in theory we could have a malformed compiled script.  This should make it safer with zero performance overhead.
6 years ago
Alexei Dobrohotov 7c46102f0c
Merge pull request #2389 from akortunov/fmt
Introduce a custom format() function
6 years ago
Alexei Dobrohotov 54ee08cb75
Merge pull request #2396 from akortunov/master
Remove BOM from CPP files
6 years ago
Andrei Kortunov 6832a2fa9a Remove BOM from CPP files (allows to build OpenMW with LCC on Elbrus) 6 years ago
Andrei Kortunov e679190f31 Introduce a custom format() function to get rid of boost::format() and hackish replace() 6 years ago
Alexei Dobrohotov 0ee73d89f0
Correct selling prices of creature merchants 6 years ago
Alexei Dobrohotov c66ddea429
Merge pull request #2392 from akortunov/guifixes
Get ride of some redundant GUI stuff
6 years ago
Andrei Kortunov 70ef87c093
Merge pull request #2393 from akortunov/master
Fix libpng warning about incorrect profile
6 years ago
Andrei Kortunov dbd0d83a6b Fix libpng warning about incorrect profile 6 years ago
Andrei Kortunov add3b9dcea
Merge pull request #2390 from Capostrophic/launcher
Launcher: Clone content list button (feature #4784)
6 years ago
Andrei Kortunov faf940546b Get rid of redundant setKeyFocusWidget() method 6 years ago
Andrei Kortunov 675be20a0f Get rid of redundant ControllerRepeatClick class 6 years ago
Andrei Kortunov ac8fa54e6e Get rid of redundant MWScroll class 6 years ago
Alexei Dobrohotov 2c956398c1
Actually fix bug 4938 6 years ago
Andrei Kortunov 01ce8b580d
Merge pull request #2383 from Capostrophic/enchantchance
Make enchanting make more sense (bug #5038)
6 years ago
Capostrophic 3f73766304 Make enchanting make more sense (bug #5038) 6 years ago
Capostrophic 686049679c Launcher: Clone content list button (feature #4784) 6 years ago
Andrei Kortunov 7023e86d19
Merge pull request #2388 from Capostrophic/animation
Hardcode the correct first person sneaking anim speed (bug #4787)
6 years ago
Andrei Kortunov 316c79fecd
Merge pull request #2387 from Capostrophic/spells
Don't break GetSpellEffects execution if the spell doesn't exist
6 years ago
Andrei Kortunov 6bf5960b96
Merge pull request #2386 from Capostrophic/waiting
Exit waiting at the correct time when the player is in air
6 years ago
Capostrophic 1de984364a Hardcode the correct first person sneaking anim speed (bug #4787) 6 years ago
Alexei Dobrohotov 3d3e9f373c
Merge pull request #2384 from akortunov/ranks
Fix RaiseRank/LowerRank script functions
6 years ago
Capostrophic 5f7343ad7f Don't break GetSpellEffects execution if the spell doesn't exist 6 years ago
Andrei Kortunov f775f7977b Fix RaiseRank/LowerRank script functions (feature #4316) 6 years ago
Capostrophic 272df29a12 Exit waiting at the correct time when the player is in air 6 years ago
Andrei Kortunov 5266520e20
Merge pull request #2378 from Capostrophic/enchanting
Enchanting window stays open after a failed attempt (feature #5034)
6 years ago
Capostrophic 485ed903c4 Enchanting window stays open after a failed attempt (feature #5034) 6 years ago
Andrei Kortunov 5ccf7da17a
Merge pull request #2385 from akortunov/master
Revert MR !103 and !105
6 years ago
Andrei Kortunov a79955352f Revert MR !103 and !105 since they cause issues with dialogue window 6 years ago
Alexei Dobrohotov fd204fd490
Merge pull request #2382 from Ghostbird/Ghostbird-author
De-pseudonymise myself on the authors list
6 years ago
Andrei Kortunov 55767eaf7e
Merge pull request #2380 from Capostrophic/faction
Allow scripted faction leaving using PCLowerRank (feature #5036)
6 years ago
Gijsbert ter Horst dc8ce4c708
De-pseudonymise myself on the authors list
I'm the author of commit 01283f5 and #151. At that time I was just about to start a new job, and unsure how open-source contributions would be viewed by my boss. Therefore I made the pull request (but stupidly enough not the commit) under a pseudonymous account, which has since been deleted.
In the end my worries were baseless, and I would like to be listed with my full name on the authors list.
6 years ago
Andrei Kortunov 50c87bacea
Merge pull request #2381 from akortunov/warnfix
Fix an exception during reload when container windows is active
6 years ago
Andrei Kortunov 27737d4258 Fix an exception during reload when container windows is active.
It is a regression in the animated containers feature.
6 years ago
Alexei Dobrohotov bb0c989f87
Clear expelled status when leaving faction 6 years ago
Alexei Dobrohotov d37cb871d6
Fix last-minute typo 6 years ago
Capostrophic 555e43855d Allow scripted faction leaving using PCLowerRank (feature #5036) 6 years ago
Alexei Dobrohotov 8920b34b75
Merge pull request #2379 from akortunov/shaders
Fix a regression with variable declarations in water shader
6 years ago
Andrei Kortunov 1c545c8f6d Fix a regression with variable declarations in water shader 6 years ago
Andrei Kortunov 004da85533
Merge pull request #2377 from Capostrophic/armor
Armor mitigation tweaks (feature #5033)
6 years ago
Capostrophic 144b1b9b06 Magic armor mitigation for creatures (feature #5033) 6 years ago
Capostrophic c67eb6d9db Drop bogus accounting for armor rating from weapon priority 6 years ago
Alexei Dobrohotov 4a5e2d1d4e
Merge pull request #2281 from akortunov/shaders
Minor water shader fixes
6 years ago
Andrei Kortunov 4af9315672
Merge pull request #2376 from Capostrophic/getweapontype
GetWeaponType returns -2 for picks and -3 for probes (feature #5031)
6 years ago
Capostrophic 62482657fc GetWeaponType returns -2 for picks and -3 for probes (feature #5031) 6 years ago
Alexei Dobrohotov 0cea76c684
Merge pull request #2375 from akortunov/warnfix
Do not copy pointers during iteration
6 years ago
Andrei Kortunov ef4042703d
Merge pull request #2373 from Capostrophic/barter
Make offered price caps barter-specific (bug #5028)
6 years ago
Andrei Kortunov 9ba6f5f36c Do not copy pointers during iteration 6 years ago
Alexei Dobrohotov 1444ef6f43
Merge pull request #2298 from akortunov/optimize
Do not allocate eight dummy LightStateAttribute's for every stateset
6 years ago
Alexei Dobrohotov 216f908a07
Merge pull request #2286 from akortunov/map
Do not re-render maps for all active cells during cell transitions
6 years ago