Lukasz Gromanowski
ea7eb7a62d
fixes #128 Configuration cleanup.
...
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
gugus
1bf7c4e53d
Improve bullet performances
14 years ago
Marc Zinnschlag
b157273cd9
Merge branch 'next'
...
Conflicts:
apps/openmw/main.cpp
14 years ago
Lukasz Gromanowski
ac9b1715d5
Added new command line option: "encoding"
...
Added new command line option: "encoding" which allow to
change font encoding used in game messages.
Currently there are three evailable encodings:
win1250 - Central and Eastern European (languages
that use Latin script, such as Polish,
Czech, Slovak, Hungarian, Slovene, Bosnian,
Croatian, Serbian (Latin script),
Romanian and Albanian)
win1251 - languages that use the Cyrillic alphabet
such as Russian, Bulgarian, Serbian Cyrillic
and others
win1252 - Western European (Latin) - default
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Marc Zinnschlag
2b5dc0042b
fix for issue 138 (record loading failed for some NPCs)
14 years ago
Marc Zinnschlag
ba55b51627
removed a leftover debug message
14 years ago
Nikolay Kasyanov
e48d265b5d
Mac fix: added local config dir support, app root dir is dir where bundle located
14 years ago
Marc Zinnschlag
8446619ac4
Merge branch 'components_namespaces' into next
...
Conflicts:
apps/openmw/mwrender/interior.cpp
components/bsa/bsa_archive.cpp
14 years ago
Lukasz Gromanowski
57972eb042
Mantis: #18 - Move components from global namespace into their own namespace.
...
Added namespace around generated win_1252 table.
Added generation of header guard and ToUTF8 namespace in gen_iconv.
Small corrections in Makefile.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Lukasz Gromanowski
e9ff9a446b
Mantis: #18 - Move components from global namespace into their own namespace.
...
Moving classes from components/nifogre into NifOgre namespace.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Lukasz Gromanowski
2ddd5dba11
Mantis: #18 - Move components from global namespace into their own namespace.
...
Moving classes from components/nifbullet into NifBullet namespace.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Lukasz Gromanowski
514b55766f
Mantis: #18 - Move components from global namespace into their own namespace.
...
Updated components/misc tests.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Lukasz Gromanowski
90985e849e
Mantis: #18 - Move components from global namespace into their own namespace.
...
Moving classes from components/misc into Misc namespace.
Note: Misc namespace introduced conflict with ESM::Misc and MWClass::Misc
classes, so both of them are renamed to ESM::Miscellaneous
and MWClass::Miscellaneous.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Lukasz Gromanowski
8a84201ba2
Mantis: #18 - Move components from global namespace into their own namespace.
...
Moving classes from components/bsa into Bsa namespace.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Marc Zinnschlag
bc92b7b1fa
Merge branch 'directories' into next
...
Conflicts:
components/files/multidircollection.hpp
components/nifogre/ogre_nif_loader.hpp
14 years ago
Marc Zinnschlag
0f2df4e2b8
more cleanup
14 years ago
Jason Hooks
2132488408
merge
14 years ago
Jason Hooks
56affd018a
Some cleanup
14 years ago
Marc Zinnschlag
a6e83f5b9b
case-handling fix for references in cells
14 years ago
Jason Hooks
9eefee7168
Say strict
14 years ago
Jason Hooks
93f41e25a4
fs-strict
14 years ago
Jason Hooks
65cc0e8317
trying strict
14 years ago
Jason Hooks
3a9007849d
Windows fix
14 years ago
Jason Hooks
a719a6b468
Getting rid of animation code in nif loader
14 years ago
Marc Zinnschlag
d59856af5c
minor performance improvement
14 years ago
Marc Zinnschlag
4f304cfff2
Merge remote branch 'jhooks/directories' into directories
14 years ago
Jason Hooks
4d31ca2c86
Leading slashes now work, efficiency changes
14 years ago
Marc Zinnschlag
5fb3dc854b
Merge branch 'optimisation'
14 years ago
Marc Zinnschlag
ac4af583b7
Merge remote branch 'jhooks/directories' into directories
14 years ago
Jason Hooks
45453fd7a9
Case insensitive external loader working
14 years ago
Jason Hooks
f2a0fa8af2
Adding files to directory map
14 years ago
Marc Zinnschlag
a95a0f821b
Merge remote branch 'jhooks/directories' into directories
...
Conflicts:
components/files/multidircollection.hpp
14 years ago
Jason Hooks
2aaa0f4578
Backslash working in linux
14 years ago
Jason
b92955763a
Introducing Dir Archive
14 years ago
athile
231be8f381
Add BULLET_ROOT for the prebuilt binaries. Fix a minor VS2010 compile issue (missing header file).
14 years ago
Jason Hooks
51b74c2f05
starting
14 years ago
Jason Hooks
b945ce61a5
Merge remote branch 'upstream/master'
14 years ago
gugus
0d9dde0fcf
experimental: each material with the same texture is loaded only once. Problem: it doesn't take into account other material properties (which seems to be always the same anyway)
14 years ago
gugus
b05f780675
fix a compiler error under window
14 years ago
Marc Zinnschlag
80691250ec
don't create a new virtual machine for each script and frame
14 years ago
Marc Zinnschlag
a133920eb0
boost filesystem fix
14 years ago
Marc Zinnschlag
d9f1b64213
some file collection bug fixing
14 years ago
Marc Zinnschlag
6e880cffb2
changed engine class to support multiple data directories for esm files
14 years ago
Marc Zinnschlag
d260e5c1bd
added file collection class
14 years ago
Marc Zinnschlag
5b6ec405e3
Merge branch 'script'
14 years ago
Marc Zinnschlag
7f0a75c803
Merge branch 'config'
14 years ago
Marc Zinnschlag
3cb994764c
Merge remote branch 'corristo/header-refactoring'
14 years ago
Marc Zinnschlag
bdfd28f44d
adjusted components/files namespace; some related cleanup
14 years ago
Marc Zinnschlag
7131c08ca4
moved path.hpp/path.cpp to a new component
14 years ago
Marc Zinnschlag
861dc6a16e
redirecting output of expression evalutation to new report channel
14 years ago
Marc Zinnschlag
125319c441
splitting off console output from messageBox channel
14 years ago
Jason Hooks
2ac1cc8aee
Trying to animate creatures
14 years ago
Jason Hooks
d035441876
Reintroducing animation
14 years ago
Nikolay Kasyanov
79911b16d0
Fixed enum formatting in components/esm headers
14 years ago
Marc Zinnschlag
7c506301b7
Merge remote branch 'corristo/header-refactoring' into header-refactoring
...
Conflicts:
CMakeLists.txt
14 years ago
Nikolay Kasyanov
1e5768170f
Refactored remaining headers in components/esm except defs.hpp.
...
Removed obsolete *.cpp files.
14 years ago
Nikolay Kasyanov
a2c42ab5a2
components/esm header refactoring in progress. Refactored:
...
esm_reader.hpp
loadacti.hpp
loadalch.hpp
loadappa.hpp
loadarmo.hpp
loadbody.hpp
loadbook.hpp
loadbsgn.hpp
loadcell.hpp
loadclas.hpp
loadclot.hpp
loadland.hpp
Updated code style in defs.hpp
14 years ago
Jan-Peter Nilsson
a94de76801
Whitespace changes only tabs->spaces and removal of traling space (including mangle and openengline)
14 years ago
Pieter van der Kloet
833a61dd82
Fixed Boost errors with 1.46 caused by the deprecated name file_string()
14 years ago
Marc Zinnschlag
c571148bef
Merge branch 'collision'
14 years ago
gugus
3ad2b9986e
fix actors not beeing deleted. Need the latest OEngine.
14 years ago
Marc Zinnschlag
d7226fc9c2
Merge branch 'tab_completion'
14 years ago
gugus
b2194398a4
fixed a bug in loading. Every collision mesh is correctly loaded now.
14 years ago
gugus
9d4cda6510
OEngine doesn't rely on OpenMW anymore
14 years ago
gugus
0fb2107265
Merge branch 'master' of git://github.com/zinnschlag/openmw.git into collisions
...
Conflicts:
apps/openmw/mwclass/npc.cpp
14 years ago
Jan-Peter Nilsson
229a91a625
Remove unused code/dependencies
14 years ago
Nikolay Kasyanov
3552ad045d
Removed obsolete macBundlePath function from fileops.cpp. Using Ogre::macBundlePath
14 years ago
Marc Zinnschlag
ecfe57caf2
platform check fix
14 years ago
Nikolay Kasyanov
3d75eea377
Merge remote-tracking branch 'upstream/master'
14 years ago
Jan-Peter Nilsson
4dd76ff36e
Remove no longer needed local .gitignore
14 years ago
Jan-Peter Nilsson
f65f210149
An unsigned integer can not be smaller than 0 so there's no point in checking
14 years ago
Jan-Peter Nilsson
d68141d203
Remove unused variables
14 years ago
Jan-Peter Nilsson
9ee83caaa2
Avoid crash when no bones are available
14 years ago
Jan-Peter Nilsson
696861349e
Rename skel to mSkel
14 years ago
Nikolay Kasyanov
4028600768
Builds on OS X now
14 years ago
Jan-Peter Nilsson
26b780d1ac
Remove unused variables and fix signed/unsigned comparison to make the compiler happy
14 years ago
Marc Zinnschlag
1e9dc4b435
de-Windownizing and some build-fixes
14 years ago
gugus
86ded891d9
modified the nif loader for shapes used for raycasting only.
14 years ago
gugus
d3c1640723
add physic support
14 years ago
gugus
1dc452ec91
Merge branch 'movement' of git://github.com/zinnschlag/openmw.git into collisions
14 years ago
Marc Zinnschlag
6a14ea8ec3
handle physics during player changing cells
14 years ago
gugus
a8ade56c80
Add a bullet Shape Loader
14 years ago
Marc Zinnschlag
d865c3cfc6
backend for tab completion: identifiers
14 years ago
Marc Zinnschlag
6848115c18
backend for tab completion: keywords
14 years ago
athile
27f69d0f5b
Fix some double-to-float Visual Studio warnings in npc.cpp. Add 'm' prefix to member variables in esm_reader.hpp.
14 years ago
Yuri Krupenin
b791a8f6be
Merge remote branch 'zini/master'
14 years ago
Pieter van der Kloet
dd4d022301
Converted all tabs to four spaces
14 years ago
Yuri Krupenin
6b6ee5440e
Minimal set of fixes to build with MinGW.
14 years ago
Jason Hooks
11406ae6f3
cleanupandupdate
14 years ago
Marc Zinnschlag
5336b90149
music player and NPC rendering branch
14 years ago
Jason Hooks
60601682cd
Beast races fixed
14 years ago
Jason Hooks
1896a6a2e8
Preliminary npcs4
14 years ago
Jason Hooks
467988455c
Preliminary npcs3
14 years ago
Jason Hooks
13d8ea09b0
Cell case insensitivity, exterior and interior cells
14 years ago
Jason Hooks
ffaaad188a
using theirs
14 years ago
Marc Zinnschlag
38ab9f7a3d
Merge branch 'newchar'
...
Conflicts:
components/esm_store/store.hpp
14 years ago
Marc Zinnschlag
cc86fe54d5
Merge remote branch 'amos/gui-windows' into newchar
14 years ago
Nicolay Korslund
30f2d4fdd4
Added LAND and LTEX to esm_store
14 years ago
Marc Zinnschlag
770276281b
changed numeric char type defs from char to signed char
14 years ago
Nicolay Korslund
d36fa3deda
Merge branch 'master' of http://github.com/zinnschlag/openmw
14 years ago
Nicolay Korslund
255b0d03a9
Started early work on terrain code (no rendering yet.)
14 years ago
Marc Zinnschlag
c16f79afc6
fixed a bug in esm loader, that made all doors and chests locked by default
14 years ago
Marc Zinnschlag
e39caef261
second set of additional doxygen comments
14 years ago
Jan Borsodi
ee101440a2
Continued work on Class Create dialog. Added sub-dialogs for picking specialization, attribute and skill. Also added some definitions in ESM for attributes and specializations.
14 years ago
Jan Borsodi
cd3e976b7c
Added birthsign dialog and spell effect widget.
14 years ago
Jan Borsodi
eec34e9f0e
Added dialog for picking class from a list.
14 years ago
Jan Borsodi
54996684aa
Merge branch 'master' into gui-windows
14 years ago
Jan Borsodi
573917f3e1
Removed the need to configure the misc skills, they are now automatically set to any skills not part of the major/minor group.
14 years ago
Nicolay Korslund
3e170002e2
Merge remote branch 'zinnschlag/cell'
15 years ago
Nicolay Korslund
71e5a15298
Minor improvement to to_utf8
15 years ago
Jan Borsodi
30e0d713ed
Changed list of skill names to contain the ID of the names instead, the actual names are then fetched from GMST.
15 years ago
Jan Borsodi
edb2df7d27
Merge remote branch 'zini/newchar' into gui-windows
15 years ago
Jan Borsodi
415426c30b
Convert tabs to spaces.
15 years ago
Jan Borsodi
1c79a62957
Added a static list of skill names to ESM::Skill.
15 years ago
Marc Zinnschlag
9a2f128f58
improved record searching
15 years ago
Marc Zinnschlag
0414d7f862
load skill and magic effect records
15 years ago
Nicolay Korslund
6a12ce313e
Fixed uninit var in loadland.hpp
15 years ago
Marc Zinnschlag
814d721e33
build external cell names from name of region instead of from internal region id
15 years ago
Marc Zinnschlag
5f84b680af
implemented exterior coc
15 years ago
Nicolay Korslund
0eae9d1504
Removed -Werror again
15 years ago
Nicolay Korslund
91e8590288
Merge branch 'master' of http://github.com/zinnschlag/openmw
15 years ago
Nicolay Korslund
f55362cbdc
Some Windows-help to cmake/FindAudiere.cmake + non-important changes.
15 years ago
Marc Zinnschlag
058f2d0cce
fixed a problem with previous merge
15 years ago
Marc Zinnschlag
1dc805d0d4
Merge branch 'master' into exterior
...
Conflicts:
apps/openmw/mwscript/docs/vmformat.txt
15 years ago
Nicolay Korslund
5552c44753
Cleaned up strnlen in esm_reader. Added -Werror switch to g++.
15 years ago
Nicolay Korslund
e30306f7c3
Removed redundant custom exception class
15 years ago
Nicolay Korslund
c5d3a40fde
Fixed ESM bug (quest records).
15 years ago
Nicolay Korslund
d32563063b
Alternative fix to mesh crash bug
15 years ago
Marc Zinnschlag
044bf0ab48
fixed parsing explicit references in the body of control structures
15 years ago
Marc Zinnschlag
15878b12fd
Merge branch 'master' into exterior
15 years ago
Marc Zinnschlag
c18e83d7c0
extended scripting extensions to code segment 3 (instructions and functions with optional arguments)
15 years ago
Marc Zinnschlag
b3cc3073a3
changed encoding of segment 3 opcodes (increasing the number of opcodes, while reducing the width of the argument)
15 years ago
Marc Zinnschlag
08d2b80434
message box fix
15 years ago
Marc Zinnschlag
f4e79a48f0
implemented optional arguments
15 years ago
Marc Zinnschlag
276a9db6f7
added missing button implementation for MessageBox
15 years ago
Marc Zinnschlag
72cc0a3983
fixed typo in documentation
15 years ago
Marc Zinnschlag
9a7c72cdbe
Merge commit 'ape/master'
15 years ago
Armin Preiml
27166b4ee4
added bone assignment, skeleton is disabled for meshes
...
Skeleton isn't assigned to the meshes for now, because it crashes on some.
15 years ago
Nicolay Korslund
2ad9850070
Added .wav -> .mp3 sound file lookup
15 years ago
Marc Zinnschlag
6583b66e82
added load function for exteriors to cell sstore
15 years ago
Nicolay Korslund
3127602c57
Added file_finder component. Used by sound system.
15 years ago
Marc Zinnschlag
d52e2f68cd
added searchExt function to cell RecList
15 years ago
Nicolay Korslund
38ad2d98f9
Fixed windows issues + one minor optimization on to_utf8
15 years ago
Nicolay Korslund
358e1ca5a5
Added custom UTF8 converter. Removed iconv dependency.
15 years ago
Marc Zinnschlag
2cfe5f0697
Merge branch 'master' into dialogue
...
Conflicts:
apps/openmw/mwclass/creature.cpp
apps/openmw/mwclass/creature.hpp
apps/openmw/mwclass/npc.cpp
apps/openmw/mwclass/npc.hpp
apps/openmw/mwworld/class.cpp
apps/openmw/mwworld/class.hpp
15 years ago
Armin Preiml
47a28fe02b
If nif has a skeleton vertices are placed on the right position.
15 years ago
Armin Preiml
6a936100a7
Merge remote branch 'upstream/master'
15 years ago
Armin Preiml
d8f8bd12d3
Disabled loading skins.nif. NifLoader builds now a skeleton (if available)
15 years ago
Nicolay Korslund
5d4dba981f
Fixed mistake in NPC record struct
15 years ago
Marc Zinnschlag
0d4f2ab3ef
disabled escape sequences in script strings (doesn't work with Windows paths)
15 years ago