Mythos_Ruler
58e293bf94
This was SVN commit r4421.
2006-09-28 20:29:57 +00:00
Mythos_Ruler
31759e53bd
Due to the requested actor changes regarding actors floating on water becoming a reality, I am now able to delete the temporary entites I created for the purpose. Thanks Philip and Jan and the programmer team.
...
This was SVN commit r4420.
2006-09-28 20:29:35 +00:00
Mythos_Ruler
c14378f98f
#New European Beech tree entities gatherable for wood.
...
This was SVN commit r4419.
2006-09-28 08:53:38 +00:00
Ykkrosh
cc8bf09cc5
Added 'float' flag to actors - fixes #153 .
...
Fixed creation and selection of entities (and now actors) which float on
water.
Added ctrl+n/o/s keys to actor editor.
This was SVN commit r4417.
2006-09-28 02:05:56 +00:00
Mythos_Ruler
b8a17f7ecd
This was SVN commit r4416.
2006-09-28 00:47:42 +00:00
Mythos_Ruler
5581def43d
This was SVN commit r4415.
2006-09-28 00:47:00 +00:00
Mythos_Ruler
2cd0dcddb6
This was SVN commit r4414.
2006-09-28 00:46:37 +00:00
Mythos_Ruler
b676fabdcd
This was SVN commit r4413.
2006-09-28 00:39:36 +00:00
Mythos_Ruler
c993cf965f
This was SVN commit r4412.
2006-09-28 00:39:22 +00:00
Mythos_Ruler
84d5095b8c
This was SVN commit r4411.
2006-09-28 00:38:23 +00:00
Mythos_Ruler
5d321b7179
This was SVN commit r4410.
2006-09-28 00:38:04 +00:00
Mythos_Ruler
ba3cb6f903
This was SVN commit r4409.
2006-09-28 00:37:53 +00:00
Mythos_Ruler
b58e638d3c
This was SVN commit r4408.
2006-09-28 00:37:37 +00:00
Mythos_Ruler
f343cc1034
This was SVN commit r4407.
2006-09-28 00:36:56 +00:00
Mythos_Ruler
6e34a0a042
This was SVN commit r4406.
2006-09-28 00:36:00 +00:00
Mythos_Ruler
9d36d45bb7
This was SVN commit r4405.
2006-09-28 00:35:28 +00:00
Mythos_Ruler
ab620ee93a
This was SVN commit r4404.
2006-09-28 00:34:45 +00:00
Mythos_Ruler
5fdbe59acc
This was SVN commit r4403.
2006-09-28 00:29:27 +00:00
Mythos_Ruler
1c3eb71acf
This was SVN commit r4402.
2006-09-28 00:28:31 +00:00
Mythos_Ruler
8b84b72933
This was SVN commit r4401.
2006-09-28 00:28:18 +00:00
Mythos_Ruler
72351ef937
This was SVN commit r4400.
2006-09-28 00:27:51 +00:00
Mythos_Ruler
22f5d8d2af
This was SVN commit r4399.
2006-09-28 00:27:36 +00:00
Mythos_Ruler
4e81f374d2
#A slew of new Mediterranean grass terrains.
...
This was SVN commit r4398.
2006-09-28 00:23:42 +00:00
Mythos_Ruler
7dececbc5f
This was SVN commit r4397.
2006-09-28 00:22:44 +00:00
Mythos_Ruler
95b21acfec
This was SVN commit r4396.
2006-09-27 20:28:33 +00:00
Ykkrosh
b6c1022566
# Improved actor-viewer tool (more viewing controls, support for random actor variations)
...
Also right-click-and-drag to rotate the camera vertically.
Fixed LookAt code (the algorithm in the gluLookAt man page seems to be
wrong).
This was SVN commit r4394.
2006-09-27 16:54:23 +00:00
Ykkrosh
2f53eea71a
Actor Viewer: Added controls for wireframe, background colour, move-when-walking. Reduced CPU usage when 'playing' things with no animation.
...
Color: Moved SColor* structs into SColor.h, so they can be used without
indirectly including CVector[34]D.
Terrain: Added 'base colour', for the Actor Viewer to be able to
modulate the colour of normally-white terrain.
Removed some "using namespace std" (because it doesn't make the code
easier to read, and it defeats the point of namespaces, and the rest of
the code doesn't do it).
This was SVN commit r4392.
2006-09-26 01:44:20 +00:00
Matei
39c7143a1d
Changed cavalry conformance to only the X axis.
...
This was SVN commit r4391.
2006-09-26 00:33:58 +00:00
Ykkrosh
76e957ed78
Fixed compilation errors.
...
Slightly tidied Atlas code.
Removed old unused ScEd code.
This was SVN commit r4389.
2006-09-24 15:59:33 +00:00
prefect
ac47d2d028
Cleanup: Remove unused COverlay class
...
This was SVN commit r4388.
2006-09-24 12:06:36 +00:00
prefect
c47d1cc663
CRenderer: Cleanup some remnants of object types for which the Submit() method has been removed.
...
This was SVN commit r4387.
2006-09-24 11:56:11 +00:00
prefect
119f1452bf
# Fix a crash during exit.
...
Refs #152
The issue was that the JSInterface_Console would attempt to write a
message on the console even after the g_Console object was deleted. Work
around this by:
1. resetting the g_Console pointer to 0 after deletion and
2. adding a null-pointer check
This was SVN commit r4386.
2006-09-24 11:48:24 +00:00
prefect
c14765989e
# Introduce a Scene abstraction that allows the renderer to query visibility from multiple virtual camera positions.
...
This is the first step towards fixing #142
This was SVN commit r4385.
2006-09-24 11:25:11 +00:00
Mythos_Ruler
d1188604c4
This was SVN commit r4384.
2006-09-23 18:51:08 +00:00
prefect
a63f49e582
Add gameView.culling and renderer.skipSubmit for debugging purposes.
...
This was SVN commit r4382.
2006-09-23 16:04:54 +00:00
prefect
e0b68b7f9f
Use AddLocalProperty in CRenderer.
...
This gets rid of lots of boiler-plate code in JSI_* functions.
This was SVN commit r4380.
2006-09-23 12:48:06 +00:00
Ykkrosh
714e436e3c
Made AT_STARTUP use an unnamed namespace, to avoid collisions between structs in different files that happen to have the same name (which sometimes causes the constructors to get mixed up by the linker)
...
This was SVN commit r4378.
2006-09-23 00:01:00 +00:00
Ykkrosh
a1a7dac59c
# Integrated Actor Viewer and Actor Editor tools
...
ObjectManager: Removed ObjectTypes because it hasn't been used for
years.
Atlas: Fixed leak when saving with Xerces. Changed range of water
shininess slider.
Actor Editor: Relabelled "Freq" to "Ratio". Made modal dialogs use the
correct parent.
This was SVN commit r4376.
2006-09-22 17:43:00 +00:00
janwas
871cdb6ef9
# SwEng (reduce full recompiles by splitting up master error header)
...
- error codes now accessed as ERR::NO_MEM, INFO::OK etc.
- no more X-macros => the above are now recognized by visual assist
- error codes are defined by the module originating them (lib_errors has
some generic ones)
=> no full rebuild when adding some
- error descriptions are now in C++ files => can be changed without full
rebuild
added AT_STARTUP in lib.h.
This was SVN commit r4374.
2006-09-22 13:19:40 +00:00
janwas
05aadf1f12
# SwEng: remove X-macros from app_hooks (confused static code analysis)
...
This was SVN commit r4372.
2006-09-21 12:06:56 +00:00
janwas
d34ae19788
# cleanup JS
...
fix tabs and indenting
This was SVN commit r4371.
2006-09-21 11:30:40 +00:00
Mythos_Ruler
054cbaf644
This was SVN commit r4370.
2006-09-20 22:46:15 +00:00
Mythos_Ruler
0c0c0c1450
This was SVN commit r4369.
2006-09-20 22:16:15 +00:00
Mythos_Ruler
7f50e5b726
This was SVN commit r4368.
2006-09-20 22:15:17 +00:00
Mythos_Ruler
56670403ea
This was SVN commit r4367.
2006-09-20 22:13:15 +00:00
Mythos_Ruler
b12ee2e4ee
This was SVN commit r4366.
2006-09-20 21:56:37 +00:00
Mythos_Ruler
acdf2efbc0
This was SVN commit r4365.
2006-09-20 21:51:51 +00:00
Mythos_Ruler
fa7320981c
This was SVN commit r4364.
2006-09-20 21:44:24 +00:00
Mythos_Ruler
d90771caf8
#Fixed tree "actors" for more random Gaia goodness.
...
This was SVN commit r4363.
2006-09-20 21:42:53 +00:00
Mythos_Ruler
2e05d4f386
This was SVN commit r4362.
2006-09-20 21:41:42 +00:00