Commit Graph

4257 Commits (87a9373a566cef3d968cdfd0899562c179637f38)
 

Author SHA1 Message Date
Marc Zinnschlag 87a9373a56 Merge remote-tracking branch 'scrawl/gamma' into next 12 years ago
scrawl b9a3f8e8d7 gamma slider 12 years ago
scrawl d9f6072f02 gamma correct rendering & adjustment setting 12 years ago
scrawl 32de090079 Allow changing OpenGL RTT mode, useful for example if the driver reports incorrect capabilities 12 years ago
Marc Zinnschlag a3c680d20a Merge remote-tracking branch 'scrawl/sleep_wait' into next 12 years ago
Nikolay Kasyanov 4b5706d652 Fixed packaging on OS X 12 years ago
scrawl be44810623 implemented GetPCSleep 12 years ago
scrawl bf5e30b24f everything done except health/mana restore 12 years ago
scrawl 4829f47a4f rewrote the fader to use Rectangle2d instead of overlay, in order to not cover the UI 12 years ago
scrawl ab698bb401 date time label 12 years ago
scrawl 4d4ba6698a fix character preview destruction; don't allow empty names in name dialog 12 years ago
scrawl 0ba996f290 dialog layout 12 years ago
Marc Zinnschlag 4abb9a00da Merge remote-tracking branch 'jhooks/physicsaedra3' into next 12 years ago
Marc Zinnschlag 747a4e1123 increased version number and updated readme 12 years ago
Marc Zinnschlag fcda3b6ca8 fixed some script argument types 12 years ago
Marc Zinnschlag ea8eab4f34 more cleanup 12 years ago
Marc Zinnschlag 408c5b8bd4 some cleanup 12 years ago
Marc Zinnschlag 4469976be9 Merge remote-tracking branch 'gus/object_movement_creation' into object_movement_creation
Conflicts:
	apps/openmw/mwscript/docs/vmformat.txt
12 years ago
Jason Hooks f01aae138f Removing void 12 years ago
gugus 3c1a9061de Fixed a bug of Ptr having a wrong orientation. But that's strange, seems CellRef isn't initialized properly 12 years ago
Marc Zinnschlag b96485284a removed some unneeded return values 12 years ago
gugus 032ff7c879 Clean-up. There is still a little bug. 12 years ago
Brother Brick 05c3936797 Merge remote-tracking branch 'upstream/master' into static 12 years ago
Brother Brick ff54508633 during cleanup we now delete all plugins created 12 years ago
Jason Hooks 05687c120f protection for null cast 12 years ago
Jason Hooks 0fa1dea6c1 Box size set; Set speed 12 years ago
scrawl 42d25c0af0 fix resources, I renamed those in the last commit, but only in one place 12 years ago
Jason Hooks 192d634098 Movement keys; View angles 12 years ago
Marc Zinnschlag 4eae810de3 Merge remote-tracking branch 'edmondo/master' 12 years ago
Marc Zinnschlag 2bb400eaa8 Merge remote-tracking branch 'pvdk/datalocalfix' 12 years ago
Marc Zinnschlag b1a70831fe Merge remote-tracking branch 'mmd/disablewarning4800' 12 years ago
Marc Zinnschlag b041a511b6 Merge remote-tracking branch 'mmd/windowswarnings' 12 years ago
Marc Zinnschlag daa160d699 Merge remote-tracking branch 'mmd/iterfix' 12 years ago
Jason Hooks 76f2a82884 More pmove stuff; Turned off broadphase, we could not fall in exteriors 12 years ago
Pieter van der Kloet 4bcc34f4f9 Re-enabled and fixed multiple data directory handling in the launcher 12 years ago
Pieter van der Kloet 97326ffdbf Fixed data-local directory handling in the launcher 12 years ago
Jason Hooks f6384574da Starting to introduce pmove 12 years ago
Jason Hooks f586f53a42 positioning 12 years ago
Michael Mc Donnell 256dff0a29 Disable warning 4800 for Visual Studio
Visual Studio 2010 complains about constructs such as:

int myInt = 1;
bool myBool = myInt;

Which are fine with most compilers. It would instead like:

int myInt = 1;
bool myBool = (myInt != 0);

Warning 4800 is just an optimization warning and is therefore safe to
disable. This patch disables warning 4800.
12 years ago
Edmondo Tommasina f21faf197c selectionbuffer.cpp: fix ‘runtime_error’ is not a member of ‘std’ 12 years ago
Michael Mc Donnell c161a3850f Use correct type for iterator
Fixes building on Windows with vs2010.
12 years ago
scrawl 896428c129 enableRestMenu & enableLevelupMenu 12 years ago
scrawl 9cf1cbc89b remove book skill gain 12 years ago
scrawl 3e5ab069a6 remove the const cast 12 years ago
Jason Hooks 02bca98e9f Setrotate working 12 years ago
scrawl cf358fa79d >= instead of == 12 years ago
scrawl 0dc242c603 don't increase skill beyond 100 12 years ago
scrawl f5237ff1a6 skill gain from books 12 years ago
scrawl 234f8fa5d5 added the missing sound & notification for skill increase 12 years ago
scrawl b34b894d6a removed some debug stuff 12 years ago