citygen

Procedural City Generation.

WebSVN Feed

citygen - /citygen/trunk/
WebSVN RSS feed - citygen

Rev 55 -- Linux now works Added visual debug code for cell decompostion ...

George -- 36 file(s) modified
Linux now works
Added visual debug code for cell decompostion
Added world terrain class, as of yet unused
Fixed error for cell division
~ /citygen/trunk/.cdtbuild
~ /citygen/trunk/.project
~ /citygen/trunk/Application.cpp
~ /citygen/trunk/bitmaps/addedge.xpm
~ /citygen/trunk/bitmaps/addnode.xpm
~ /citygen/trunk/bitmaps/all.xpm
~ /citygen/trunk/bitmaps/cell.xpm
~ /citygen/trunk/bitmaps/deledge.xpm
~ /citygen/trunk/bitmaps/delnode.xpm
~ /citygen/trunk/bitmaps/edge.xpm
~ /citygen/trunk/bitmaps/graph.xpm
~ /citygen/trunk/bitmaps/node.xpm
~ /citygen/trunk/bitmaps/roads.xpm
x /citygen/trunk/bitmaps/select.xpm
~ /citygen/trunk/bitmaps/selnode.xpm
~ /citygen/trunk/bitmaps/view.xpm
~ /citygen/trunk/CellPropertyPage.cpp
~ /citygen/trunk/citygen.rc
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/citygen.vcproj
~ /citygen/trunk/MainWindow.cpp
~ /citygen/trunk/MainWindow.h
~ /citygen/trunk/Media/materials/textures/terrain_texture.jpg
~ /citygen/trunk/NodePropertyPage.cpp
~ /citygen/trunk/RoadGraph.h
~ /citygen/trunk/RoadPropertyPage.cpp
~ /citygen/trunk/stdafx.h
~ /citygen/trunk/ToolCellSelect.cpp
~ /citygen/trunk/ToolCellSelect.h
~ /citygen/trunk/WorldCell.cpp
~ /citygen/trunk/WorldCell.h
~ /citygen/trunk/WorldFrame.cpp
~ /citygen/trunk/WorldFrame.h
+ /citygen/trunk/WorldTerrain.cpp
+ /citygen/trunk/WorldTerrain.h
x /citygen/trunk/wxExtraValidator.h

Rev 54 -- simple road spline support, segment size now independant of sample ...

George -- 5 file(s) modified
simple road spline support, segment size now independant of sample size
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/RoadPropertyPage.cpp
~ /citygen/trunk/RoadPropertyPage.h
~ /citygen/trunk/WorldRoad.cpp
~ /citygen/trunk/WorldRoad.h

Rev 53 -- added some basic support for presets

George -- 5 file(s) modified
added some basic support for presets
~ /citygen/trunk/CellPropertyPage.cpp
~ /citygen/trunk/CellPropertyPage.h
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/WorldRoad.cpp
~ /citygen/trunk/WorldRoad.h

Rev 52 -- fixed roads to behave they way they were mean't to ...

George -- 23 file(s) modified
fixed roads to behave they way they were mean't to
added three road modes EvenElevationDiff, MinElevationDiff, MinElevation
added debug view to roads to see how they are plotted
added road save for gen params
added propgrid support to linux build
fixed misbehaving file/save
removed debug info on snapping
removed unused media files
~ /citygen/trunk/.cdtbuild
~ /citygen/trunk/.settings/org.eclipse.cdt.managedbuilder.core.prefs
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/MainWindow.cpp
x /citygen/trunk/Media/materials/textures/asphalt.jpg
x /citygen/trunk/Media/materials/textures/gk_terrain_texture_source.png
x /citygen/trunk/Media/materials/textures/gk_testalpha.png
~ /citygen/trunk/Media/materials/textures/junction.png
~ /citygen/trunk/Media/materials/textures/road.png
x /citygen/trunk/Media/materials/textures/road_detail.png
~ /citygen/trunk/Media/materials/textures/yellowroad.png
~ /citygen/trunk/RoadPropertyPage.cpp
~ /citygen/trunk/RoadPropertyPage.h
+ /citygen/trunk/src/gk_terrain_texture_source.png
+ /citygen/trunk/src/junction_source.png
+ /citygen/trunk/src/road_source.png
+ /citygen/trunk/src/yellowroad_source.png
~ /citygen/trunk/ToolNodeAdd.cpp
~ /citygen/trunk/WorldFrame.cpp
~ /citygen/trunk/WorldFrame.h
~ /citygen/trunk/WorldNode.h
~ /citygen/trunk/WorldRoad.cpp
~ /citygen/trunk/WorldRoad.h

Rev 51 -- siggraph abstract stage: reasonably stable, still some bugs though too.

George -- 10 file(s) modified
siggraph abstract stage: reasonably stable, still some bugs though too.
~ /citygen/trunk/CellPropertyPage.cpp
~ /citygen/trunk/CellPropertyPage.h
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/SimpleNode.cpp
~ /citygen/trunk/SimpleNode.h
~ /citygen/trunk/WorldCell.cpp
~ /citygen/trunk/WorldCell.h
~ /citygen/trunk/WorldNode.cpp
~ /citygen/trunk/WorldNode.h
~ /citygen/trunk/WorldRoad.cpp

Rev 50 -- Road Junction Support, including a special case T-Junction. Still some ...

George -- 18 file(s) modified
Road Junction Support, including a special case T-Junction.
Still some artifacts from the road junctions. sheesh.
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/citygen.vcproj
~ /citygen/trunk/Media/materials/scripts/gk.material
+ /citygen/trunk/Media/materials/textures/junction.png
~ /citygen/trunk/RoadGraph.cpp
~ /citygen/trunk/RoadGraph.h
~ /citygen/trunk/RoadInterface.h
+ /citygen/trunk/SimpleNode.cpp
~ /citygen/trunk/SimpleNode.h
~ /citygen/trunk/SimpleRoad.cpp
~ /citygen/trunk/SimpleRoad.h
~ /citygen/trunk/WorldCell.cpp
~ /citygen/trunk/WorldCell.h
~ /citygen/trunk/WorldFrame.cpp
~ /citygen/trunk/WorldNode.cpp
~ /citygen/trunk/WorldNode.h
~ /citygen/trunk/WorldRoad.cpp
~ /citygen/trunk/WorldRoad.h

Rev 49 -- MinGW builds working

George -- 4 file(s) modified
MinGW builds working
~ /citygen/trunk/.cdtbuild
+ /citygen/trunk/bitmaps/all.xpm
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/plugins.cfg

Rev 48 -- Load & Save of Cells parameters complete Writeable properties for ...

George -- 26 file(s) modified
Load & Save of Cells parameters complete
Writeable properties for cells, roads, nodes.
New View Mode implemented.
~ /citygen/trunk/Application.cpp
+ /citygen/trunk/bitmaps/viewall.bmp
~ /citygen/trunk/CellPropertyPage.cpp
~ /citygen/trunk/CellPropertyPage.h
~ /citygen/trunk/citygen.rc
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/MainWindow.cpp
~ /citygen/trunk/MainWindow.h
~ /citygen/trunk/MovableText.cpp
~ /citygen/trunk/MovableText.h
~ /citygen/trunk/NodePropertyPage.cpp
~ /citygen/trunk/NodePropertyPage.h
~ /citygen/trunk/RoadGraph.cpp
~ /citygen/trunk/RoadPropertyPage.cpp
~ /citygen/trunk/RoadPropertyPage.h
+ /citygen/trunk/src/ViewAll.png
~ /citygen/trunk/ToolNodeAdd.cpp
~ /citygen/trunk/Triangulate.cpp
~ /citygen/trunk/ViewPropertyPage.cpp
~ /citygen/trunk/WorldCell.cpp
~ /citygen/trunk/WorldCell.h
~ /citygen/trunk/WorldFrame.cpp
~ /citygen/trunk/WorldFrame.h
~ /citygen/trunk/WorldNode.cpp
~ /citygen/trunk/WorldRoad.cpp
+ /citygen/trunk/wxExtraValidator.h

Rev 47 -- Complete Read-only property inspector and selectable road and cells :)

George -- 20 file(s) modified
Complete Read-only property inspector and selectable road and cells :)
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/citygen.vcproj
~ /citygen/trunk/MainWindow.cpp
~ /citygen/trunk/MainWindow.h
~ /citygen/trunk/Media/materials/scripts/gk.material
+ /citygen/trunk/Media/materials/textures/yellowroad.png
+ /citygen/trunk/RoadPropertyPage.cpp
~ /citygen/trunk/RoadPropertyPage.h
~ /citygen/trunk/ToolNodeSelect.cpp
+ /citygen/trunk/ToolRoadSelect.cpp
+ /citygen/trunk/ToolRoadSelect.h
~ /citygen/trunk/ViewPropertyPage.cpp
~ /citygen/trunk/ViewPropertyPage.h
~ /citygen/trunk/WorldCell.cpp
~ /citygen/trunk/WorldCell.h
~ /citygen/trunk/WorldFrame.cpp
~ /citygen/trunk/WorldFrame.h
~ /citygen/trunk/WorldNode.cpp
~ /citygen/trunk/WorldRoad.cpp
~ /citygen/trunk/WorldRoad.h

Rev 46 -- Read-only property inspector live again. :)

George -- 3 file(s) modified
Read-only property inspector live again. :)
+ /citygen/trunk/ToolCellSelect.cpp
+ /citygen/trunk/ToolCellSelect.h
+ /citygen/trunk/ViewPropertyPage.cpp

Rev 45 -- Read-only property inspector live again. :)

George -- 16 file(s) modified
Read-only property inspector live again. :)
~ /citygen/trunk/CellPropertyPage.cpp
~ /citygen/trunk/CellPropertyPage.h
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/citygen.vcproj
~ /citygen/trunk/MainWindow.cpp
~ /citygen/trunk/MainWindow.h
~ /citygen/trunk/NodePropertyPage.cpp
~ /citygen/trunk/NodePropertyPage.h
~ /citygen/trunk/RoadGraph.cpp
~ /citygen/trunk/RoadPropertyPage.h
~ /citygen/trunk/ToolNodeSelect.cpp
~ /citygen/trunk/ViewPropertyPage.h
~ /citygen/trunk/WorldCell.cpp
~ /citygen/trunk/WorldCell.h
~ /citygen/trunk/WorldFrame.cpp
~ /citygen/trunk/WorldFrame.h

Rev 44 -- removed tinyxml to an external lib

George -- 1 file(s) modified
removed tinyxml to an external lib
x /citygen/trunk/tinyxml

Rev 43 -- reintroduced the property pages to the project, are not live ...

George -- 15 file(s) modified
reintroduced the property pages to the project, are not live yet.
removed tinyxml to an external lib, I remember that causing problems for linux but fuk it until wxOgre works
tidied up the window layout a bit, so not to have to resize stuff on start up
~ /citygen/trunk/.cdtbuild
~ /citygen/trunk/.settings/org.eclipse.cdt.managedbuilder.core.prefs
~ /citygen/trunk/CellPropertyPage.cpp
~ /citygen/trunk/CellPropertyPage.h
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/citygen.vcproj
~ /citygen/trunk/LogFrame.cpp
~ /citygen/trunk/LogFrame.h
~ /citygen/trunk/MainWindow.cpp
~ /citygen/trunk/MainWindow.h
~ /citygen/trunk/NodePropertyPage.cpp
~ /citygen/trunk/NodePropertyPage.h
~ /citygen/trunk/stdafx.h
~ /citygen/trunk/ToolNodeAdd.cpp
~ /citygen/trunk/ViewPropertyPage.h

Rev 42 -- rewrote insertNodeOnRoad fixed stupid inline fixed Triangulate mem leak hacked ...

George -- 11 file(s) modified
rewrote insertNodeOnRoad
fixed stupid inline
fixed Triangulate mem leak
hacked road invalidate event to only go to cells on move
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/NodeInterface.h
~ /citygen/trunk/RoadGraph.h
~ /citygen/trunk/ToolNodeAdd.cpp
~ /citygen/trunk/Triangulate.cpp
~ /citygen/trunk/WorldCell.cpp
~ /citygen/trunk/WorldCell.h
~ /citygen/trunk/WorldFrame.cpp
~ /citygen/trunk/WorldObject.h
~ /citygen/trunk/WorldRoad.cpp
~ /citygen/trunk/WorldRoad.h

Rev 41 -- post junction status: load, save, add, remove, delete nodes work. ...

George -- 7 file(s) modified
post junction status:
load, save, add, remove, delete nodes work.
insert node onto a road works, but the cell division code needs attention.
snapping works.
removed debug wireframe crap on roads.
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/RoadGraph.cpp
~ /citygen/trunk/RoadGraph.h
~ /citygen/trunk/ToolNodeAdd.cpp
~ /citygen/trunk/WorldFrame.cpp
~ /citygen/trunk/WorldRoad.cpp
~ /citygen/trunk/WorldRoad.h

Rev 40 -- Junctions Working in Primary Roads.

George -- 8 file(s) modified
Junctions Working in Primary Roads.
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/NodeInterface.h
~ /citygen/trunk/SimpleNode.h
~ /citygen/trunk/ToolNodeAdd.cpp
~ /citygen/trunk/WorldNode.cpp
~ /citygen/trunk/WorldNode.h
~ /citygen/trunk/WorldRoad.cpp
~ /citygen/trunk/WorldRoad.h

Rev 39 -- a bit better but still fucked, junctions are all over ...

George -- 7 file(s) modified
a bit better but still fucked, junctions are all over the place.
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/ToolNodeAdd.cpp
~ /citygen/trunk/ToolNodeAdd.h
~ /citygen/trunk/WorldNode.cpp
~ /citygen/trunk/WorldNode.h
~ /citygen/trunk/WorldRoad.cpp
~ /citygen/trunk/WorldRoad.h

Rev 38 -- snapping sort of works, lots of changes reqd to work ...

George -- 5 file(s) modified
snapping sort of works, lots of changes reqd to work correctly.
:(
~ /citygen/trunk/NodeInterface.h
~ /citygen/trunk/RoadGraph.cpp
~ /citygen/trunk/RoadGraph.h
~ /citygen/trunk/ToolNodeAdd.cpp
~ /citygen/trunk/WorldRoad.cpp

Rev 37 -- basic junction support, lots of things do not work!! ...

George -- 16 file(s) modified
basic junction support,
lots of things do not work!!
crap build
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/NodeInterface.h
~ /citygen/trunk/RoadGraph.cpp
~ /citygen/trunk/RoadGraph.h
~ /citygen/trunk/RoadInterface.h
~ /citygen/trunk/SimpleNode.h
~ /citygen/trunk/SimpleRoad.cpp
~ /citygen/trunk/SimpleRoad.h
~ /citygen/trunk/ToolNodeAdd.cpp
~ /citygen/trunk/ToolNodeAdd.h
~ /citygen/trunk/WorldCell.cpp
~ /citygen/trunk/WorldFrame.cpp
~ /citygen/trunk/WorldNode.cpp
~ /citygen/trunk/WorldNode.h
~ /citygen/trunk/WorldRoad.cpp
~ /citygen/trunk/WorldRoad.h

Rev 36 -- WorldNodes are always added to the RoadGraphs and include a ...

George -- 6 file(s) modified
WorldNodes are always added to the RoadGraphs and include a ref inside WorldNode
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/ToolNodeAdd.cpp
~ /citygen/trunk/WorldFrame.cpp
~ /citygen/trunk/WorldNode.cpp
~ /citygen/trunk/WorldNode.h
~ /citygen/trunk/WorldRoad.cpp

Rev 35 -- more junction work, only 3 fails in testcase2.cgx, but needs ...

George -- 5 file(s) modified
more junction work, only 3 fails in testcase2.cgx, but needs to be redone properly
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/RoadGraph.h
~ /citygen/trunk/ToolNodeAdd.cpp
~ /citygen/trunk/WorldCell.cpp
~ /citygen/trunk/WorldCell.h

Rev 34 -- inlined some small functions changed execution order in RoadGraph::findClosestIntersection resulting ...

George -- 10 file(s) modified
inlined some small functions
changed execution order in RoadGraph::findClosestIntersection resulting in 25% speed boost in cell generate performance
changed mouse pan to use move speed
seperating building code
began test junction suppport
reduced road ground clearance
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/NodeInterface.h
~ /citygen/trunk/RoadGraph.cpp
~ /citygen/trunk/RoadGraph.h
~ /citygen/trunk/SimpleNode.h
~ /citygen/trunk/ToolView.cpp
~ /citygen/trunk/WorldCell.cpp
~ /citygen/trunk/WorldCell.h
~ /citygen/trunk/WorldNode.cpp
~ /citygen/trunk/WorldRoad.cpp

Rev 33 -- changed cell build to not draw boundary roads by checking ...

George -- 3 file(s) modified
changed cell build to not draw boundary roads by checking Road object type.
fixed new roadgraph snap function to use snapped pos in line intersect check.
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/RoadGraph.cpp
~ /citygen/trunk/WorldCell.cpp

Rev 32 -- added a new snap function to RoadGraph: speed is around ...

George -- 6 file(s) modified
added a new snap function to RoadGraph: speed is around 10% slower than previous for cell build but has less errors. It is reasonably well written and documented using a UML state diagram.
~ /citygen/trunk/citygen.suo
+ /citygen/trunk/citygen.uml
~ /citygen/trunk/RoadGraph.cpp
~ /citygen/trunk/RoadGraph.h
~ /citygen/trunk/SimpleRoad.cpp
~ /citygen/trunk/WorldCell.cpp

Rev 31 -- local linux ogre 1.4 build

George -- 2 file(s) modified
local linux ogre 1.4 build
~ /citygen/trunk/.cdtbuild
~ /citygen/trunk/plugins.cfg

Rev 30 -- initial road width support:

George -- 8 file(s) modified
initial road width support:
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/RoadGraph.cpp
~ /citygen/trunk/RoadGraph.h
~ /citygen/trunk/SimpleRoad.cpp
~ /citygen/trunk/Triangulate.cpp
~ /citygen/trunk/WorldCell.cpp
~ /citygen/trunk/WorldCell.h
~ /citygen/trunk/WorldFrame.cpp

Rev 29 -- fixed gcc errors, creates linux gcc build profiles, changed SDK ...

George -- 7 file(s) modified
fixed gcc errors, creates linux gcc build profiles, changed SDK paths
~ /citygen/trunk/.cdtbuild
~ /citygen/trunk/.settings/org.eclipse.cdt.core.prefs
~ /citygen/trunk/.settings/org.eclipse.cdt.managedbuilder.core.prefs
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/citygen.vcproj
~ /citygen/trunk/plugins.cfg
~ /citygen/trunk/WorldCell.cpp

Rev 28 -- changed cell & road code to provide road widths, not ...

George -- 7 file(s) modified
changed cell & road code to provide road widths, not yet implemented
~ /citygen/trunk/RoadGraph.cpp
~ /citygen/trunk/RoadInterface.h
~ /citygen/trunk/SimpleRoad.cpp
~ /citygen/trunk/SimpleRoad.h
~ /citygen/trunk/WorldCell.cpp
~ /citygen/trunk/WorldRoad.cpp
~ /citygen/trunk/WorldRoad.h

Rev 27 -- added missing resource files, changed plugins.cfg to use debug dlls

gk -- 3 file(s) modified
added missing resource files, changed plugins.cfg to use debug dlls
+ /citygen/trunk/Media/resources.cfg
+ /citygen/trunk/Media/terrain.cfg
~ /citygen/trunk/plugins.cfg

Rev 26 -- fixed inconsistant files

gk -- 35 file(s) modified
fixed inconsistant files
~ /citygen/trunk/Application.cpp
~ /citygen/trunk/Application.h
x /citygen/trunk/CityCell.cpp
x /citygen/trunk/CityCell.h
x /citygen/trunk/CityCellManager.cpp
x /citygen/trunk/CityCellManager.h
~ /citygen/trunk/citygen.suo
x /citygen/trunk/EditModeListener.h
x /citygen/trunk/EditModeToolBar.cpp
x /citygen/trunk/EditModeToolBar.h
x /citygen/trunk/FileToolBar.cpp
x /citygen/trunk/FileToolBar.h
x /citygen/trunk/LogWindow.cpp
x /citygen/trunk/LogWindow.h
~ /citygen/trunk/MainWindow.cpp
~ /citygen/trunk/MainWindow.h
~ /citygen/trunk/MovableText.cpp
x /citygen/trunk/MoveableText.h
~ /citygen/trunk/RoadGraph.cpp
~ /citygen/trunk/RoadGraph.h
x /citygen/trunk/SelectModeListener.h
x /citygen/trunk/SelectModeToolBar.cpp
x /citygen/trunk/SelectModeToolBar.h
~ /citygen/trunk/stdafx.h
x /citygen/trunk/WorldCanvas.cpp
x /citygen/trunk/WorldCanvas.h
~ /citygen/trunk/WorldCell.h
x /citygen/trunk/WorldDocument.cpp
x /citygen/trunk/WorldDocument.h
~ /citygen/trunk/WorldNode.h
~ /citygen/trunk/WorldObject.h
x /citygen/trunk/WorldView.cpp
x /citygen/trunk/WorldView.h
x /citygen/trunk/wxOgre.cpp
x /citygen/trunk/wxOgre.h

Rev 25 -- long time no commit

gk -- 48 file(s) modified
long time no commit
+ /citygen/trunk/.cdtbuild_initial
+ /citygen/trunk/.cproject
~ /citygen/trunk/.settings/org.eclipse.cdt.core.prefs
+ /citygen/trunk/bitmaps/graph.xpm
+ /citygen/trunk/bitmaps/roads.xpm
+ /citygen/trunk/bitmaps/selnode.xpm
+ /citygen/trunk/bitmaps/viewgraph.bmp
+ /citygen/trunk/bitmaps/viewroads.bmp
~ /citygen/trunk/citygen.rc
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/citygen.vcproj
+ /citygen/trunk/citygen.vcproj.BOB.George.user
+ /citygen/trunk/Geometry.cpp
+ /citygen/trunk/Geometry.h
+ /citygen/trunk/LogFrame.cpp
+ /citygen/trunk/LogFrame.h
~ /citygen/trunk/Media/materials/scripts/gk.material
~ /citygen/trunk/Media/materials/textures
+ /citygen/trunk/Media/materials/textures/asphalt.jpg
+ /citygen/trunk/Media/materials/textures/road.png
+ /citygen/trunk/Media/materials/textures/road_detail.png
+ /citygen/trunk/MovableText.h
+ /citygen/trunk/NodeInterface.h
+ /citygen/trunk/RoadInterface.h
+ /citygen/trunk/SimpleNode.h
+ /citygen/trunk/SimpleRoad.cpp
+ /citygen/trunk/SimpleRoad.h
+ /citygen/trunk/src/ViewGraph.png
+ /citygen/trunk/src/ViewRoads.png
+ /citygen/trunk/tinyxml/tinystr.cpp
+ /citygen/trunk/tinyxml/tinystr.h
+ /citygen/trunk/Tool.h
+ /citygen/trunk/ToolNodeAdd.cpp
+ /citygen/trunk/ToolNodeAdd.h
+ /citygen/trunk/ToolNodeDelete.cpp
+ /citygen/trunk/ToolNodeDelete.h
+ /citygen/trunk/ToolNodeSelect.cpp
+ /citygen/trunk/ToolNodeSelect.h
+ /citygen/trunk/ToolView.cpp
+ /citygen/trunk/ToolView.h
+ /citygen/trunk/Triangulate.cpp
+ /citygen/trunk/Triangulate.h
+ /citygen/trunk/WorldCell.cpp
+ /citygen/trunk/WorldFrame.cpp
+ /citygen/trunk/WorldFrame.h
+ /citygen/trunk/WorldNode.cpp
+ /citygen/trunk/WorldRoad.cpp
+ /citygen/trunk/WorldRoad.h

Rev 24 --

gk -- 4 file(s) modified
+ /citygen/trunk/Media/materials/textures/dkyellow.png
+ /citygen/trunk/Media/materials/textures/Water02.jpg
+ /citygen/trunk/Media/materials/textures/water_normal.jpg
+ /citygen/trunk/Media/models/flange.mesh

Rev 23 -- media update

gk -- 2 file(s) modified
media update
x /citygen/trunk/Media/resources.cfg
x /citygen/trunk/Media/terrain.cfg

Rev 22 -- Misc Changes, needs a tidy

gk -- 16 file(s) modified
Misc Changes, needs a tidy
~ /citygen/trunk
~ /citygen/trunk/CityCell.cpp
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/citygen.vcproj
~ /citygen/trunk/MainWindow.cpp
~ /citygen/trunk/MainWindow.h
~ /citygen/trunk/Media/materials/scripts/gk.material
~ /citygen/trunk/Media/materials/textures/gk_testalpha.png
~ /citygen/trunk/Media/models/node.mesh
~ /citygen/trunk/plugins.cfg
~ /citygen/trunk/RoadGraph.cpp
~ /citygen/trunk/RoadGraph.h
~ /citygen/trunk/WorldCanvas.cpp
~ /citygen/trunk/WorldCanvas.h
~ /citygen/trunk/WorldDocument.h
~ /citygen/trunk/WorldNode.h

Rev 21 -- Demo 1: Add missing textures

gk -- 6 file(s) modified
Demo 1: Add missing textures
+ /citygen/trunk/Media/materials/textures/gk_red.png
+ /citygen/trunk/Media/materials/textures/gk_terrain_texture_source.png
+ /citygen/trunk/Media/materials/textures/gk_testalpha.png
+ /citygen/trunk/Media/materials/textures/terrain.png
+ /citygen/trunk/Media/materials/textures/terrain_detail.jpg
+ /citygen/trunk/Media/materials/textures/terrain_texture.jpg

Rev 20 -- Demo 1: Primary road editor complete cells and secondary road ...

gk -- 83 file(s) modified
Demo 1: Primary road editor complete cells and secondary road generation functioning
~ /citygen/trunk
~ /citygen/trunk/.cdtbuild
~ /citygen/trunk/.cdtproject
~ /citygen/trunk/.settings/org.eclipse.cdt.core.prefs
~ /citygen/trunk/.settings/org.eclipse.cdt.managedbuilder.core.prefs
~ /citygen/trunk/Application.cpp
+ /citygen/trunk/bitmaps/addedge.xpm
+ /citygen/trunk/bitmaps/addnode.xpm
+ /citygen/trunk/bitmaps/cell.bmp
+ /citygen/trunk/bitmaps/cell.xpm
+ /citygen/trunk/bitmaps/deledge.xpm
+ /citygen/trunk/bitmaps/delnode.xpm
+ /citygen/trunk/bitmaps/edge.xpm
~ /citygen/trunk/bitmaps/newdoc.xpm
~ /citygen/trunk/bitmaps/node.bmp
+ /citygen/trunk/bitmaps/node.xpm
+ /citygen/trunk/bitmaps/select.xpm
+ /citygen/trunk/bitmaps/view.xpm
+ /citygen/trunk/CellPropertyPage.cpp
+ /citygen/trunk/CellPropertyPage.h
+ /citygen/trunk/CityCell.cpp
+ /citygen/trunk/CityCell.h
+ /citygen/trunk/CityCellManager.cpp
+ /citygen/trunk/CityCellManager.h
x /citygen/trunk/citygen.ncb
~ /citygen/trunk/citygen.rc
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/citygen.vcproj
x /citygen/trunk/citygen.vcproj.BOB.George.user
~ /citygen/trunk/EditModeListener.h
~ /citygen/trunk/EditModeToolBar.cpp
~ /citygen/trunk/EditModeToolBar.h
~ /citygen/trunk/FileToolBar.cpp
~ /citygen/trunk/LogWindow.cpp
~ /citygen/trunk/MainWindow.cpp
~ /citygen/trunk/MainWindow.h
+ /citygen/trunk/Media
+ /citygen/trunk/Media/materials
+ /citygen/trunk/Media/materials/scripts
+ /citygen/trunk/Media/materials/scripts/gk.material
+ /citygen/trunk/Media/materials/textures
+ /citygen/trunk/Media/models
+ /citygen/trunk/Media/models/cube.mesh
+ /citygen/trunk/Media/models/node.mesh
+ /citygen/trunk/Media/packs
+ /citygen/trunk/Media/packs/OgreCore.zip
+ /citygen/trunk/Media/resources.cfg
+ /citygen/trunk/Media/terrain.cfg
+ /citygen/trunk/MovableText.cpp
+ /citygen/trunk/MoveableText.h
+ /citygen/trunk/NodePropertyPage.cpp
+ /citygen/trunk/NodePropertyPage.h
+ /citygen/trunk/ogre.cfg
x /citygen/trunk/OgreView.cpp
x /citygen/trunk/OgreView.h
+ /citygen/trunk/plugins.cfg
+ /citygen/trunk/RoadGraph.cpp
+ /citygen/trunk/RoadGraph.h
+ /citygen/trunk/RoadPropertyPage.h
~ /citygen/trunk/SelectModeListener.h
~ /citygen/trunk/SelectModeToolBar.cpp
~ /citygen/trunk/stdafx.h
+ /citygen/trunk/tinyxml
+ /citygen/trunk/tinyxml/tinyxml.cpp
+ /citygen/trunk/tinyxml/tinyxml.h
+ /citygen/trunk/tinyxml/tinyxmlerror.cpp
+ /citygen/trunk/tinyxml/tinyxmlparser.cpp
+ /citygen/trunk/ViewPropertyPage.h
+ /citygen/trunk/WorldCanvas.cpp
+ /citygen/trunk/WorldCanvas.h
+ /citygen/trunk/WorldCell.h
x /citygen/trunk/WorldDoc.cpp
x /citygen/trunk/WorldDoc.h
~ /citygen/trunk/WorldDocument.cpp
~ /citygen/trunk/WorldDocument.h
+ /citygen/trunk/WorldNode.h
+ /citygen/trunk/WorldObject.h
~ /citygen/trunk/WorldView.cpp
~ /citygen/trunk/WorldView.h
x /citygen/trunk/WorldWindow.cpp
x /citygen/trunk/WorldWindow.h
~ /citygen/trunk/wxOgre.cpp
~ /citygen/trunk/wxOgre.h

Rev 19 -- Added Doc/View Architecture -file, new,open,save -tinyxml dependancy (needs to be ...

gk -- 17 file(s) modified
Added Doc/View Architecture
-file, new,open,save
-tinyxml dependancy (needs to be built with ogre for debug)
-bug: not unique identifiers for roads, awaiting solution
~ /citygen/trunk/Application.cpp
~ /citygen/trunk/Application.h
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/citygen.vcproj
~ /citygen/trunk/MainWindow.cpp
~ /citygen/trunk/MainWindow.h
~ /citygen/trunk/stdafx.h
~ /citygen/trunk/WorldDoc.cpp
~ /citygen/trunk/WorldDoc.h
+ /citygen/trunk/WorldDocument.cpp
+ /citygen/trunk/WorldDocument.h
~ /citygen/trunk/WorldView.cpp
~ /citygen/trunk/WorldView.h
+ /citygen/trunk/WorldWindow.cpp
+ /citygen/trunk/WorldWindow.h
+ /citygen/trunk/wxOgre.cpp
+ /citygen/trunk/wxOgre.h

Rev 18 -- Added WorldDoc a document class to manage the generated worlds ...

gk -- 7 file(s) modified
Added WorldDoc a document class to manage the generated worlds data
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/citygen.vcproj
~ /citygen/trunk/OgreView.cpp
~ /citygen/trunk/stdafx.h
+ /citygen/trunk/WorldDoc.cpp
+ /citygen/trunk/WorldDoc.h
~ /citygen/trunk/WorldView.cpp

Rev 17 -- -added basic graph edge support to add (roads?) -deleted Line3D ...

gk -- 9 file(s) modified
-added basic graph edge support to add (roads?)
-deleted Line3D not necessary
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/citygen.vcproj
x /citygen/trunk/Line3D.cpp
x /citygen/trunk/Line3D.h
~ /citygen/trunk/SelectModeToolBar.cpp
~ /citygen/trunk/SelectModeToolBar.h
~ /citygen/trunk/stdafx.h
~ /citygen/trunk/WorldView.cpp
~ /citygen/trunk/WorldView.h

Rev 16 -- -changed OnEvent back to onEvent -seperate Toolbars into seperate classes ...

gk -- 20 file(s) modified
-changed OnEvent back to onEvent
-seperate Toolbars into seperate classes
-set up EditModeListener & SelectModeListener
-changed the behaviour of node, select, add, delete.
~ /citygen/trunk/Application.h
+ /citygen/trunk/bitmaps/selnode.bmp
~ /citygen/trunk/citygen.rc
~ /citygen/trunk/citygen.suo
~ /citygen/trunk/citygen.vcproj
+ /citygen/trunk/EditModeListener.h
+ /citygen/trunk/EditModeToolBar.cpp
+ /citygen/trunk/EditModeToolBar.h
+ /citygen/trunk/FileToolBar.cpp
+ /citygen/trunk/FileToolBar.h
~ /citygen/trunk/MainWindow.cpp
~ /citygen/trunk/MainWindow.h
~ /citygen/trunk/OgreView.cpp
~ /citygen/trunk/OgreView.h
+ /citygen/trunk/SelectModeListener.h
+ /citygen/trunk/SelectModeToolBar.cpp
+ /citygen/trunk/SelectModeToolBar.h
+ /citygen/trunk/src/cursor.png
~ /citygen/trunk/WorldView.cpp
~ /citygen/trunk/WorldView.h

Category: SVN