Bret Curtis
|
d48b829b45
|
replace and purge boost::lexical_cast
|
2017-06-09 19:08:53 +02:00 |
|
Bret Curtis
|
d785344fad
|
purge all instances of <boost/shared_ptr.hpp>, clean up unused headers
|
2017-06-09 19:08:53 +02:00 |
|
Allofich
|
502a26a7ff
|
Use getWeightString() to avoid casting to int
|
2016-08-14 19:38:53 +09:00 |
|
Allofich
|
4f5d676b4e
|
Allow weight tooltips for gold and keys if not 0
|
2016-08-14 19:32:43 +09:00 |
|
scrawl
|
e5d9ee30f4
|
Add count argument to copyObjectToCell
Fixes the gold bug introduced in c9ca5bc946
|
2015-12-19 16:48:32 +01:00 |
|
scrawl
|
32d5dece58
|
Add count argument to getToolTipInfo
|
2015-12-19 16:29:07 +01:00 |
|
scrawl
|
b0894ea20d
|
Accept a ConstPtr in hasToolTip
|
2015-12-19 16:15:45 +01:00 |
|
scrawl
|
04f7a8f8eb
|
Remove redundant getId function
|
2015-12-18 16:58:38 +01:00 |
|
scrawl
|
da7ebfde99
|
Accept a ConstPtr in copyToCell
|
2015-12-18 16:27:18 +01:00 |
|
scrawl
|
d77f785cbc
|
Accept a ConstPtr in get*SoundId
|
2015-12-18 16:09:54 +01:00 |
|
scrawl
|
e0bb284804
|
Accept a ConstPtr in getWeight
|
2015-12-18 16:00:50 +01:00 |
|
scrawl
|
0047a2d330
|
Accept a ConstPtr in canSell
|
2015-12-18 15:58:45 +01:00 |
|
scrawl
|
beb8805a12
|
Accept a ConstPtr in getInventoryIcon
|
2015-12-18 15:53:47 +01:00 |
|
scrawl
|
f258c5c508
|
Accept a ConstPtr in getModel
|
2015-12-18 15:51:05 +01:00 |
|
scrawl
|
d9bbd83b09
|
Accept a ConstPtr in getToolTipInfo
Accept a ConstPtr in functions used by getToolTipInfo
|
2015-12-18 15:47:16 +01:00 |
|
scrawl
|
b48445dea7
|
Accept a ConstPtr in getScript
|
2015-12-18 00:12:03 +01:00 |
|
scrawl
|
fc449233be
|
Restore support for inserting objects into a cell
|
2015-12-04 18:29:41 +01:00 |
|
scrawl
|
0975f60d59
|
Stub out CellStore::get<T> accessors in preparation of reference movement between cells
|
2015-12-04 18:29:41 +01:00 |
|
scrawl
|
67bd6cd708
|
Remove empty line at the beginning of files
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
|
2015-08-18 23:06:12 +02:00 |
|
Koncord
|
75e5023590
|
fix code duplication
|
2015-07-20 08:06:43 +09:00 |
|
scrawl
|
47758c11cd
|
Readded collision objects and movement physics
|
2015-05-12 03:02:15 +02:00 |
|
scrawl
|
c31b416ba1
|
Move physicssystem to a new mwphysics module
|
2015-05-10 01:09:00 +02:00 |
|
dteviot
|
45b6538820
|
fixed MSVC 2013 warning C4800
forcing value to bool 'true' or 'false'
|
2015-03-06 23:19:57 +13:00 |
|
Alexander "Ace" Olofsson
|
df5a08b6de
|
Move manualref code out of header
|
2015-02-09 15:01:49 +01:00 |
|
scrawl
|
41b3a9dba9
|
Rewrite animated collision shape support (Fixes #2123)
|
2015-01-13 05:37:37 +01:00 |
|
scrawl
|
6ddd9cc5a2
|
Don't show weight or value for keys (Fixes #1815)
|
2014-08-16 16:51:56 +02:00 |
|
Marc Zinnschlag
|
c9cd7fb6b7
|
Merge branch 'scripts'
|
2014-07-28 09:02:24 +02:00 |
|
scrawl
|
75366b2e37
|
Implement CellRef's faction rank (rank requirement to use item)
|
2014-07-24 02:17:38 +02:00 |
|
scrawl
|
2b57c7fa67
|
Use CellRef's global variable to disable owner (Fixes #1677)
|
2014-07-22 17:06:40 +02:00 |
|
Marc Zinnschlag
|
4fb897f2f8
|
added missing getId functions to classes derived from MWWorld::Class
|
2014-07-18 09:56:58 +02:00 |
|
scrawl
|
039398c8ae
|
Basic RefData and CellRef change tracking
Wrapped item charge handling in getItemHealth function
|
2014-05-25 14:30:07 +02:00 |
|
Marc Zinnschlag
|
83ded18af0
|
encapsulated reference collections
|
2014-02-23 21:21:27 +01:00 |
|
scrawl
|
2b15b8b484
|
Fix gold bugs (Fixes #1145, Fixes #1146)
|
2014-01-29 15:37:27 +01:00 |
|
scrawl
|
baf55df7a1
|
Gold fixes (when did this break?)
|
2014-01-09 01:34:10 +01:00 |
|
scrawl
|
0285d18fc2
|
Respect items belonging to a faction
|
2014-01-07 20:24:01 +01:00 |
|
scrawl
|
e6c0e187bc
|
Closes #1073: Check for all gold types in canSell. For containers, only gold_001 is relevant, but items in the world can be sold as well.
|
2014-01-02 15:44:58 +01:00 |
|
scrawl
|
5729672262
|
Show marked position on map. Implement Detect X magic effects.
|
2014-01-01 22:37:52 +01:00 |
|
scrawl
|
07408a4652
|
Don't allow selling gold (again - when did this get broken?)
|
2013-11-23 22:52:20 +01:00 |
|
Emanuel Guevel
|
aefa54d72d
|
Pass item count to ManualRef constructor
This remove the need to call setCount in multiple places.
|
2013-11-10 02:45:16 +01:00 |
|
Chris Robinson
|
89c7f5bc70
|
Handle object activation as a werewolf
|
2013-08-08 22:34:53 -07:00 |
|
Chris Robinson
|
076e7d8e16
|
Make insertBegin internal
|
2013-08-07 03:56:07 -07:00 |
|
Chris Robinson
|
0458fd5531
|
Remove unused/unneeded parameters
|
2013-08-07 03:56:06 -07:00 |
|
scrawl
|
0c4a963132
|
Container UI rewrite
|
2013-05-11 18:38:27 +02:00 |
|
scrawl
|
f3c8cd2065
|
Don't buy/sell keys which are set to open a lock
|
2013-04-07 21:38:53 +02:00 |
|
scrawl
|
1a2daa3bc1
|
Merge branch 'master' of git://github.com/zinnschlag/openmw into companion
|
2013-03-31 14:50:03 +02:00 |
|
scrawl
|
69099c11a2
|
Merge branch 'enchanting' into companion
|
2013-03-31 11:52:55 +02:00 |
|
scrawl
|
0f0cc0e3e3
|
Fix a few gold conditions that I missed, trade window was affected
|
2013-03-30 18:29:21 +01:00 |
|
scrawl
|
0079f62180
|
Gold condition now always checks RefID instead of the name. This is necessary because in the french MW version, the sGold GMST is different from the name of the gold references.
|
2013-03-30 16:27:06 +01:00 |
|
scrawl
|
51204f098e
|
Added soulgem dialog; made interactive message boxes not close the previous UI
|
2013-03-30 15:51:07 +01:00 |
|
scrawl
|
406488d086
|
Soulgem value should be multiplied by the trapped soul
|
2013-03-27 17:39:49 +01:00 |
|