This repository has been archived by the owner on Oct 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
102 lines (85 loc) · 3.76 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
2007-04-10T14:52 C.J. Adams-Collier <[email protected]>
* other/Prebuild/Prebuild.exe, other/Prebuild/prebuild-1.7.xsd
- updated to new binary from Prebuild-cjac
2007-02-10T06:00 David Hudson <[email protected]>
- Updated Tao.Sdl to Sdl_gfx 2.0.16
2007-01-18T18:30 Rob Loach <http://www.robloach.net>
- Tao.Lua updated to Lua 5.1.1
- Glfw.glfwGetJoystickPos argument fix
- Documentation
2006-11-04T00:26 C.J. Adams-Collier <[email protected]>
* other/Prebuild/Prebuild.exe
- new version places AssemblyInfo.cs into Properties/ directory
* src/Tao.OpenAl/prebuild.xml
- added regex to skip AssemblyInfo.cs, since it's now auto-included
* src/Tao.OpenGl/prebuild.xml
- moved examples to ../Examples
* src/Examples/prebuild.xml
- this is where the examples now live
* src/Examples/Properties/AssemblyInfo.cs
- generated AssemblyInfo.cs for those who don't generate their own
* prebuild.xml
- now including src/Examples/prebuild.xml
2006-11-03T18:36 C.J. Adams-Collier <[email protected]>
* make.sh
- Added install-data-local so that the .dlls get installed; hacky
* src/Tao.(GlBindGen,OpenAl)/(INSTALL,COPYING)
- Added. empty
* src/Tao.OpenGl/Tao.OpenAl.snk
- symlink to src/Tao.OpenAl/Tao.OpenAl.snk
2006-11-03T18:04 C.J. Adams-Collier <[email protected]>
* prj2make.sh
- removed GlGenerator
* src/Tao.OpenAl/AUTHORS
- added Randy, Rob, Dave and myself
* src/Tao.OpenAl/prebuild.xml
- created. You'll see more of these as I pull the non-OpenGl bits
out of OpenGl's prebuild.xml file
* src/Tao.OpenAl/(NEWS, README)
* created; empty
- src/Tao.(DevIl,Lua,OpenGl,Ode)/prebuild.xml
* removed XmlDocFile from its comment
- src/Tao.OpenGl/prebuild.xml
* not matching AssemblyInfo.cs from non-self packages
- prebuild.xml
* Added Tao.OpenAl
2006-10-08 C.J. Adams-Collier <[email protected]>
* prj2make.sh
- added this file. This will be used by the build verification
tests (http://taobvt.colliertech.org) to verify the msvc build
- note that the build currently fails. This is better than the
"always fail" case that's currently happening, though.
2006-10-07 C.J. Adams-Collier <[email protected]>
* src/Tao.DevIl/prebuild.xml, src/Tao.Ode/prebuild.xml,
src/Tao.OpenGl/prebuild.xml, src/Tao.Lua/prebuild.xml -
commented <KeyFile> and <XmlDocFile> elements that were causing
nant build failure * build.sh - removed GlGenerator from the
list to build due to a "File Not Found" error - removed copy
commands for builds and docs that are broken
2006-10-05 C.J. Adams-Collier <[email protected]>
* clean.sh - created - supposedly reverses make.sh *
CodingStandards - A place for proposed coding standards (patch
formats, etc)
2006-09-28 C.J. Adams-Collier <[email protected]>
* make.sh
- cleared up directory changing stuff
* src/Tao.OpenGl/prebuild.xml
- commented out examples that don't build due to marshaling errors
2006-09-28T16:20 C.J. Adams-Collier <[email protected]>
* make.sh
- cleaned up some of the repetition
- fixed a case error
2006-09-28T12:53 C.J. Adams-Collier <[email protected]>
* make.sh
- configure now uses args passed to "./make.sh"
2006-09-28 C.J. Adams-Collier <[email protected]>
turned on exec bit for shell scripts, got rid of \r\n newlines
Tao.Ode 0.6.0.0 - July 25, 2006:
Update to ODE 0.6 and conversion to .NET 2.0 essentially complete.
The ODE 0.6 release consists of many bug fixes and
improvements since the 0.5 release.
There are also many documented and undocumented changes in the API.
Notable changes: CCylinder renamed to Capsule
Support for geom offsets added
This update also includes a patch from Markus Ewald to fix a bug in
dGeomSetRotation and inspired related changes. Thanks Markus.