Log of /trunk/src/examples/eqPly/main.cpp
Parent Directory
Revision
1066 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 30 09:04:54 2007 UTC (2 months, 1 week ago) by
eile
File length: 1449 byte(s)
Diff to
previous 1044
Fix disconnection of resident nodes, which prevented subsequent
reconnects to the node.
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Revision
1044 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Apr 18 13:38:00 2007 UTC (2 months, 3 weeks ago) by
eile
File length: 1449 byte(s)
Diff to
previous 940
Create first version of OpenGL object manager and use it in eqPly
Add new config for L-shaped projection table (TAN Holobench)
Clean up drawableconfig
Put eqPly classes into own eqPly namespace (needed for Window)
Revert stencil buffer default to off
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Revision
940 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 20 16:31:19 2007 UTC (3 months, 3 weeks ago) by
eile
File length: 1292 byte(s)
Diff to
previous 830
[x] May break build
[ ] Breaks existing applications
[x] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Description:
Add support and example for resident render client processes. Refactor
eqPly example to be able to run as resident render client (-c). Add
loader support for TCPIP port.
Win32 build untested.
Bugfixes:
- Fix GLX event thread exit memory leaks
- Potential STL allocation problem on Win32 (Node::addConnectionDescription)
- Add '--' before remote launched client args to un-confuse eqPly command
line parser
- Call Thread::exit when Thread::run returns
Revision
809 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 20 12:51:38 2007 UTC (4 months, 2 weeks ago) by
eile
File length: 3007 byte(s)
Diff to
previous 807
Cleanup: Make local node/client explicit to application, remove per-thread localNode global, cleanup thread exits to free resources and allow correct reference counting of nodes
Revision
783 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 9 16:46:28 2007 UTC (4 months, 4 weeks ago) by
eile
File length: 2672 byte(s)
Diff to
previous 776
Cleanup eqPly: move tracker code to config, encapsulate command line parsing in config, add command line switch to ignore colors from ply file
Revision
776 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 7 14:09:34 2007 UTC (5 months ago) by
eile
File length: 3684 byte(s)
Diff to
previous 743
Cleanup distributed objects: remove auto instanciation, cleanup subscription semantics by introducing the pair register/deregisterObject, map/unmapObject, attach/detachObject
Revision
743 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 24 14:53:22 2007 UTC (5 months, 2 weeks ago) by
eile
File length: 3712 byte(s)
Diff to
previous 741
First step towards Win32 support: Windows VS2005 project files, Windows XP porting w/ event handling, running eqPly with exit crashes, virtually no testing.
Revision
741 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 24 12:20:38 2007 UTC (5 months, 2 weeks ago) by
eile
File length: 3751 byte(s)
Diff to
previous 736
Rename Config::beginFrame to Config::startFrame for consistency with other pipe and window startFrame methods
Revision
327 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 29 07:49:21 2006 UTC (12 months, 1 week ago) by
eile
File length: 3494 byte(s)
Diff to
previous 324
First usable event system for GLX. Added event selection for windows and event processing to glXEventThread. Added default implementation for Window::processEvent and Config::handleEvents. Added simple event handling in eqPly to be able to quit app. Simplified Session packet generation by automating session ID setting, other packet processing will be changed later accordingly.
Revision
319 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 20 07:30:27 2006 UTC (12 months, 3 weeks ago) by
eile
File length: 3499 byte(s)
Diff to
previous 311
Thread-safety improvements for the object registration, removed a race in the connection set code, read remaining data of a closed connection
Revision
311 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 9 16:21:11 2006 UTC (13 months ago) by
eile
File length: 3285 byte(s)
Diff to
previous 306
more cleanup: move connection:node mapping out of connectionSet, separate thread exit and cancel, better ref-counting of nodes
Revision
306 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 8 07:58:36 2006 UTC (13 months ago) by
eile
File length: 3213 byte(s)
Diff to
previous 303
provide default node factory creation (as weak symbol), better handling of enabled/disabled window systems, re-enable and fix CGL support on Darwin
Revision
299 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 6 09:03:56 2006 UTC (13 months ago) by
eile
Original Path:
trunk/src/examples/eqPly/flip.cpp
File length: 3212 byte(s)
Diff to
previous 287
complete channel viewport and pvp initialisation, correct vp and pvp computation during frame update for non-fullscreen channels, apply scissor for channels, add default ssh launch command, loader support for channel viewports, rename flip example, add 3-channel cave simulation config, add eqPly README, cleanup eqPly main app code
Revision
232 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 11 12:49:31 2006 UTC (14 months, 4 weeks ago) by
eile
Original Path:
trunk/src/examples/flip/flip.cpp
File length: 2277 byte(s)
Diff to
previous 230
flattened the over-engineered mess of objects, managed objects and versioned objects. Improved the logging class by moving some previously defined functionality into the class. added enable/disableheader for pretty printing.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.