-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
934 lines (662 loc) · 31.9 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
2003-07-29 17:10 grumbel
* world_gui_manager.cxx: - added docu for scaling
2003-07-29 01:10 grumbel
* examples/dancing.construo: - new construoction
2003-07-29 00:46 grumbel
* INSTALL, NEWS, README, buttons.hxx, configure.ac, cursors.hxx,
glut_display.cxx, gui_component.hxx, gui_manager.cxx,
root_graphic_context.hxx, selection.cxx, selection.hxx,
system_context.hxx, vector2d.hxx, worldview_component.cxx,
worldview_component.hxx, worldview_select_tool.cxx,
worldview_select_tool.hxx, worldview_tool.hxx, x11_display.cxx: -
added scaling support
2003-07-28 23:03 grumbel
* glut_display.hxx, root_graphic_context.hxx, x11_display.cxx,
x11_display.hxx: - fixed libXxf86vm detection - renamed some
fullscreen switching functions
2003-07-28 22:57 grumbel
* Makefile.am, config.h.in, configure.ac, world.cxx,
x11_display.cxx, x11_display.hxx: - fixed libXxf86vm detection -
renamed some fullscreen switching functions
2003-07-28 12:44 grumbel
* examples/: tetherball.construo, bridge5.construo,
needle.construo: - more constructions
2003-07-28 12:28 grumbel
* ChangeLog, TODO: - updated changelog
2003-07-28 12:24 grumbel
* Makefile.am, config.h.in, configure.ac, construo_main.cxx,
gui_button.cxx, gui_button.hxx: - cleaned up the configure and
makefile a bit
2003-07-28 11:23 grumbel
* colors.hxx, particle_factory.cxx, worldview_insert_tool.cxx,
NEWS: - fixed the problem with new particles disappearing
immidiatly in run mode
2003-07-28 10:57 grumbel
* NEWS, colors.cxx, colors.hxx, worldview_component.cxx,
worldview_component.hxx: - added nicer ground drawing
2003-07-27 20:47 grumbel
* x11_display.cxx: [no log message]
2003-07-27 20:46 grumbel
* NEWS, color.hxx, configure.ac, controller.cxx, particle.hxx,
particle_factory.cxx, spring.cxx, world.cxx, world.hxx,
x11_display.cxx, x11_display.hxx: fixed broken color handling
2003-07-26 19:06 grumbel
* examples/pendulum.construo: one more construction
2003-07-26 19:03 grumbel
* glut_display.cxx: - added linewidth handling to the glut target
2003-07-26 18:42 grumbel
* AUTHORS: last update
2003-07-26 18:39 grumbel
* NEWS: release ready
2003-07-26 18:38 grumbel
* examples/: bridge2.construo, mrwooble.construo, simple.construo:
new construction
2003-07-26 18:34 grumbel
* gui_buttons.cxx, world_gui_manager.cxx: moved buttons a bit
2003-07-26 18:15 grumbel
* configure.ac, worldview_select_tool.cxx,
worldview_select_tool.hxx: - fixed grid movement
2003-07-26 17:11 grumbel
* worldview_insert_tool.cxx: - some doc fixes
2003-07-26 16:55 grumbel
* x11_display.cxx: - fixed garbage on startup bug in x11
2003-07-26 16:43 grumbel
* NEWS, command_line.cxx, controller.cxx, glut_display.cxx,
settings.cxx, settings.hxx, world_gui_manager.cxx,
worldview_component.cxx, worldview_component.hxx, x11_display.cxx:
- added switch for thick lines - added automatic zoom in for newly
loaded models
2003-07-26 16:32 grumbel
* examples/: basketball.construo, bridg4.construo,
bridge4.construo, bridge6-1.construo, bridge6.construo,
galactica.construo, house.construo, kamikaze.construo,
temple.construo, wooble.construo: - some more models
2003-07-26 14:14 grumbel
* NEWS, glut_display.cxx, glut_display.hxx: - added runtime
fullscreen switiching for glut
2003-07-26 13:18 grumbel
* Makefile.am, bounding_box.cxx, bounding_box.hxx, collider.hxx,
configure.ac, construo_main.cxx, glut_display.cxx,
glut_display.hxx, rect_collider.cxx, rect_collider.hxx, world.cxx,
world.hxx, world_button.cxx, worldview_component.cxx: - fixed
bounding box handling a bit - added glut fullscreen
2003-07-26 02:51 grumbel
* NEWS, Makefile.am, acinclude.m4, cursors.hxx: - added support for
different cursors
2003-07-26 02:50 grumbel
* glut_display.cxx, glut_display.hxx, worldview_select_tool.cxx: -
added cursors to glut
2003-07-26 02:39 grumbel
* Makefile.am, construo.cxx, construo.hxx, cursor_collider.xbm,
cursor_collider_mask.xbm, cursor_insert.xbm,
cursor_insert_mask.xbm, cursor_scroll.xbm, cursor_scroll_mask.xbm,
cursor_select.xbm, cursor_select_mask.xbm, cursor_zoom.xbm,
cursor_zoom_mask.xbm, glut_display.hxx, gui_manager.cxx,
load_gui_manager.cxx, root_graphic_context.cxx,
root_graphic_context.hxx, save_gui_manager.cxx,
world_gui_manager.cxx, worldview_component.cxx, x11_display.cxx,
x11_display.hxx, zoom_graphic_context.cxx: - added support for
different cursors
2003-07-26 02:01 grumbel
* cursor.xcf: - added cursor
2003-07-26 01:03 grumbel
* buttons.hxx, construo_main.cxx, construo_main.hxx,
glut_display.cxx, gui_manager.cxx, worldview_component.cxx,
x11_display.cxx, x11_display.hxx: - added fullscreen switching at
runtime
2003-07-25 21:14 grumbel
* glut_display.cxx, worldview_component.cxx, x11_display.cxx: fixed
window resize for glut, added different cursor for xlib
2003-07-25 17:57 grumbel
* buttons.hxx, glut_display.cxx, gui_component.hxx,
gui_manager.cxx, selection.cxx, selection.hxx, vector2d.hxx,
world.hxx, worldview_component.cxx, worldview_component.hxx,
worldview_select_tool.cxx, worldview_select_tool.hxx,
worldview_tool.hxx, x11_display.cxx, NEWS: - added blender like
'remove doubles', here called 'join doubles', keypress 'j'
2003-07-25 15:16 grumbel
* unix_system.cxx: - fixed missing assert
2003-07-25 15:11 grumbel
* particle_factory.cxx: - fixed missing <algorithm>
2003-07-25 13:07 grumbel
* Makefile.am, NEWS, autogen.sh, command_line.cxx, config.h.in,
configure.ac, construo.hxx, construo_main.cxx,
gui_new_file_button.cxx, gui_new_file_button.hxx, path_manager.cxx,
path_manager.hxx, save_gui_manager.cxx, save_gui_manager.hxx,
settings.hxx, unix_system.cxx, examples/Makefile.am: - fixed 'make
install'
2003-07-25 11:52 grumbel
* worldview_component.cxx: - disable grid on far zoom outs
2003-07-25 11:39 grumbel
* construo_main.cxx, construo_main.hxx, glut_display.cxx,
x11_display.cxx: - fixed missing exit handling in glut - fixed
window title
2003-07-25 00:39 grumbel
* controller.cxx, glut_display.cxx, gui_manager.cxx, selection.cxx,
worldview_component.cxx: - removed a few less usefull debug
messages
2003-07-25 00:23 grumbel
* spring_type.hxx, examples/bridge3.construo,
examples/candle.construo: more models
2003-07-25 00:22 grumbel
* config.h.in, configure.ac, gui_buttons.cxx,
world_gui_manager.cxx: - added grid button - added debug mode to
configure
2003-07-24 23:43 grumbel
* math.hxx: fixed rounding error
2003-07-24 23:33 grumbel
* colors.cxx, colors.hxx, glut_display.cxx, glut_display.hxx,
graphic_context.hxx, worldview_component.cxx,
worldview_component.hxx, worldview_insert_tool.cxx,
zoom_graphic_context.hxx: some optimizations, some fixes for the
grid
2003-07-24 18:09 grumbel
* NEWS: - added grid support
2003-07-24 17:53 grumbel
* buttons.hxx, glut_display.cxx, gui_component.hxx,
gui_manager.cxx, math.hxx, particle.hxx, settings.hxx, spring.hxx,
world_gui_manager.cxx, worldview_component.cxx,
worldview_component.hxx, worldview_insert_tool.cxx,
worldview_insert_tool.hxx, worldview_select_tool.cxx,
x11_display.cxx: - added grid support
2003-07-24 14:22 grumbel
* .cvsignore, NEWS, unix_system.cxx, unix_system.hxx: fixed bug in
filehandling
2003-07-24 12:55 grumbel
* .cvsignore, AUTHORS, Makefile.am, README, configure.ac,
doxygen.cfg, globals.cxx, globals.hxx, gui_new_file_button.cxx,
gui_new_file_button.hxx, save_gui_manager.cxx,
save_gui_manager.hxx: - missing files - incremented version to
0.2.1
2003-07-24 12:14 grumbel
* examples/: .cvsignore, landingv2.construo, pig.construo,
rocketlanding.construo, tower.construo: some more models
2003-07-24 12:10 grumbel
* INSTALL, NEWS, TODO, autogen.sh, color.hxx, colors.cxx,
config.h.in, configure.ac, glut_display.cxx, glut_display.hxx,
graphic_context.hxx, gui_file_manager.cxx, gui_manager.hxx,
lisp_writer.cxx, lisp_writer.hxx, particle.cxx, particle.hxx,
particle_factory.cxx, rect_collider.cxx, selection.cxx, spring.cxx,
spring.hxx, string_utils.cxx, string_utils.hxx, system_context.hxx,
unix_system.cxx, unix_system.hxx, vector2d.hxx, world.cxx,
world_gui_manager.cxx, worldview_zoom_tool.cxx,
worldview_zoom_tool.hxx, x11_display.cxx, x11_display.hxx,
zoom_graphic_context.cxx, zoom_graphic_context.hxx: - added support
for gziped files - added support to draw multiple lines at once -
added some docu - added right-click zoom out for zoomtool - fixed a
few missing includes
2003-07-23 10:07 grumbel
* examples/bridge2.construo: added Tristan Lietz's bridge
2003-01-12 20:06 grumbel
* ChangeLog, Makefile.am, NEWS, README, configure.ac,
glut_display.cxx, selection.cxx, unix_system.cxx, x11_display.cxx:
added missing keybindings
2003-01-11 20:07 grumbel
* Makefile.am, NEWS, configure.ac, construo_main.cxx,
controller.cxx, gui_child_manager.cxx, gui_directory.cxx,
gui_directory.hxx, gui_file_manager.cxx, gui_file_manager.hxx,
gui_manager.cxx, gui_manager.hxx, load_gui_manager.cxx,
screen_manager.cxx, screen_manager.hxx, spring.cxx,
system_context.hxx, unix_system.cxx, unix_system.hxx, world.cxx,
world_button.cxx, world_button.hxx, world_gui_manager.cxx,
worldview_select_tool.cxx, examples/castle.construo,
examples/dodge.construo, examples/pendel.construo,
examples/swing.construo, examples/broken/castle.construo,
examples/broken/pendel.construo, examples/broken/swing.construo,
examples/choh/quicksave1.construo,
examples/choh2/quicksave1.construo: - fixed save dialog a bit -
misc release preparations
2003-01-11 17:11 grumbel
* INSTALL, INSTALL.configure, Makefile.am, README, TODO,
buttons.hxx, command_line.cxx, construo_main.cxx, gui_buttons.cxx,
gui_file_manager.cxx, gui_file_manager.hxx, gui_manager.cxx,
unix_system.cxx, world_gui_manager.cxx,
worldview_collider_tool.cxx, worldview_collider_tool.hxx,
worldview_insert_tool.cxx, x11_display.cxx, xml2sexpr.sh: - misc
release preparations
2003-01-11 02:35 grumbel
* TODO, collider.hxx, controller.cxx, gui_manager.cxx,
gui_manager.hxx, rect_collider.cxx, rect_collider.hxx, world.cxx,
world_gui_manager.cxx, world_gui_manager.hxx,
worldview_collider_tool.cxx, examples/planelanding.construo: - some
more undo points added - fixed collider copying
2003-01-10 21:44 grumbel
* Makefile.am, NEWS, README, controller.cxx, controller.hxx,
gui_buttons.cxx, gui_buttons.hxx, gui_child_manager.hxx,
gui_directory.cxx, gui_window.cxx, gui_window.hxx,
load_gui_manager.cxx, load_gui_manager.hxx, particle.cxx,
unix_system.cxx, world.cxx, world.hxx, world_button.cxx,
world_gui_manager.cxx, worldview_component.cxx,
worldview_insert_tool.cxx, x11_display.cxx, examples/Makefile.am,
examples/bug.construo: interface cleanup, runtime-docu updates,
release preperations
2003-01-09 23:53 grumbel
* examples/choh2/: README, quicksave1.construo,
quicksave2.construo, quicksave3.construo, quicksave4.construo,
quicksave5.construo, quicksave6.construo, quicksave7.construo,
quicksave8.construo, quicksave9.construo: added choh2
2003-01-09 23:10 grumbel
* configure.ac, controller.cxx, controller.hxx, glut_display.cxx,
glut_display.hxx, graphic_context.hxx, gui_buttons.cxx,
gui_manager.cxx, selection.cxx, worldview_component.cxx,
worldview_select_tool.cxx, x11_display.cxx, x11_display.hxx,
zoom_graphic_context.cxx, zoom_graphic_context.hxx: - fixed bug in
the zoom_to() function - added draw_string_centered - some more
keybindings for glut - non-working cliprects for glut - undo for
delete/rotate operations
2003-01-09 18:44 grumbel
* Makefile.am, config.h.in, configure.ac, system_context.hxx,
compatlib/sstream: - added sstream test to configure.ac
2003-01-09 18:27 grumbel
* gui_manager.cxx: added possibilty to remove and move colliders
2003-01-09 18:18 grumbel
* collider.hxx, gui_file_manager.cxx, rect_collider.cxx,
rect_collider.hxx, world.cxx, world.hxx,
worldview_collider_tool.cxx, worldview_collider_tool.hxx: - added
serialisation of colliders - added move and delete of colliders
2003-01-09 00:30 grumbel
* lispreader.cxx, unix_system.cxx: - changelog update
2003-01-09 00:18 grumbel
* ChangeLog: - changelog update
2003-01-09 00:14 grumbel
* Makefile.am, NEWS, collider.hxx, construo_error.hxx,
gui_child_manager.cxx, gui_child_manager.hxx, gui_directory.cxx,
gui_directory.hxx, gui_directory_button.cxx, gui_file_manager.cxx,
gui_file_manager.hxx, lisp_reader.hxx, lisp_writer.hxx,
lispreader.c, lispreader.cxx, lispreader.h, lispreader.hxx,
particle_factory.hxx, rect_collider.cxx, rect_collider.hxx,
unix_system.cxx, world.cxx: - made lispreader C++ so that it can
throw exceptions on error - fixed the filemanager a bit, loading
should now work 95%
2003-01-08 03:29 grumbel
* worldview_collider_tool.cxx, worldview_collider_tool.hxx: added
collider to the fileformat and to the toolbox
2003-01-08 03:25 grumbel
* Makefile.am, configure.ac, graphic_context.hxx, gui_buttons.cxx,
gui_directory.cxx, gui_directory.hxx, gui_directory_button.cxx,
gui_directory_button.hxx, gui_file_button.cxx, gui_file_button.hxx,
gui_file_manager.cxx, gui_file_manager.hxx, gui_manager.hxx,
lispreader.c, load_gui_manager.cxx, load_gui_manager.hxx,
rect_collider.cxx, rect_collider.hxx, screen_manager.cxx,
screen_manager.hxx, string_utils.cxx, world.cxx, world.hxx,
world_button.cxx, world_button.hxx, world_gui_manager.cxx,
world_gui_manager.hxx, worldview_component.cxx,
worldview_component.hxx, worldview_select_tool.cxx,
examples/bridgio.construo: added collider to the fileformat and to
the toolbox
2003-01-08 00:18 grumbel
* screen_manager.cxx, screen_manager.hxx, world_gui_manager.cxx,
world_gui_manager.hxx: some missing files
2003-01-07 22:34 grumbel
* gui_child_manager.cxx, gui_directory.cxx, selection.cxx,
selection.hxx, world_button.cxx, worldview_select_tool.cxx,
x11_display.cxx, zoom_graphic_context.cxx,
zoom_graphic_context.hxx: - fixed some more input bugs
2003-01-07 22:01 grumbel
* events.hxx, gui_buttons.cxx, gui_buttons.hxx,
gui_child_manager.cxx, gui_child_manager.hxx, gui_directory.cxx,
gui_directory.hxx, gui_file_manager.cxx, gui_manager.cxx,
input_context.cxx, load_gui_manager.cxx, load_gui_manager.hxx,
x11_display.cxx, x11_display.hxx: - removed a handfull of debug
messages
2003-01-07 16:07 grumbel
* Makefile.am, glut_display.cxx, gui_buttons.cxx,
gui_child_manager.cxx, gui_child_manager.hxx, gui_component.hxx,
gui_directory.cxx, gui_directory.hxx, gui_file_button.cxx,
gui_file_button.hxx, gui_file_manager.cxx, gui_file_manager.hxx,
gui_manager.cxx, gui_manager.hxx, world_button.cxx,
worldview_component.cxx, worldview_select_tool.cxx,
x11_display.cxx, zoom_graphic_context.cxx: some fixes for the
filemanager, already half working now
2003-01-07 04:09 grumbel
* examples/wheels.construo: another demo construction
2003-01-07 04:08 grumbel
* gui_directory.cxx, gui_directory.hxx: fixed directory layout a
bit
2003-01-07 03:48 grumbel
* ChangeLog, graphic_context.hxx, gui_directory.cxx,
gui_file_button.cxx, gui_file_button.hxx, gui_file_manager.cxx,
gui_manager.cxx, gui_manager.hxx, spring.cxx, world_button.cxx,
x11_display.cxx, x11_display.hxx, zoom_graphic_context.cxx,
zoom_graphic_context.hxx: - added clipping to the x11 target -
fixed the filemanager a bit
2003-01-07 01:38 grumbel
* Makefile.am, controller.cxx, graphic_context.hxx, gui_button.cxx,
gui_button.hxx, gui_directory.cxx, gui_directory.hxx,
gui_directory_button.cxx, gui_directory_button.hxx,
gui_file_button.cxx, gui_file_button.hxx, gui_file_manager.cxx,
gui_file_manager.hxx, gui_manager.cxx, gui_manager.hxx,
particle.cxx, spring.cxx, string_converter.hxx, string_utils.cxx,
string_utils.hxx, system_context.hxx, unix_system.cxx,
unix_system.hxx, world.cxx, world.hxx, world_button.cxx,
world_button.hxx, zoom_graphic_context.cxx,
zoom_graphic_context.hxx: added some framework code for the not-yet
working filemanager
2003-01-06 20:23 grumbel
* NEWS, configure.ac, glut_display.cxx, particle.cxx,
particle_factory.cxx, selection.cxx: fixed compiling under gcc\2.95
2003-01-06 01:54 grumbel
* examples/: borg.construo, bridge.construo, dodge.construo,
joe.construo, rocket.construo: - a handfull of new construoctions
2003-01-06 00:59 grumbel
* buttons.hxx, glut_display.cxx, glut_display.hxx,
gui_component.hxx, gui_manager.cxx, particle.cxx,
worldview_component.cxx, worldview_component.hxx,
worldview_select_tool.cxx, worldview_select_tool.hxx,
worldview_tool.hxx, x11_display.cxx: - added damping - added
generic button events - added object flipping
2003-01-05 21:51 grumbel
* INSTALL, Makefile.am, autogen.sh, config.h.in, configure.ac,
glut_display.cxx, glut_display.hxx, gui_manager.cxx, particle.cxx,
particle.hxx, particle_factory.cxx, particle_factory.hxx,
selection.cxx, selection.hxx, world.cxx, world.hxx,
worldview_insert_tool.cxx, worldview_select_tool.cxx,
x11_display.cxx, x11_display.hxx: - added a handfull more checks to
the configure script - changed mass to be just mass, not 1.0f/mass
- added fullscreen support to glut (doesn't work)
2003-01-05 16:29 grumbel
* color.hxx, colors.cxx, colors.hxx, command_line.cxx,
command_line.hxx, construo_main.cxx, glut_display.cxx,
graphic_context.hxx, gui_buttons.cxx, gui_manager.cxx,
input_context.hxx, particle.cxx, rect_collider.cxx, settings.cxx,
settings.hxx, spring.cxx, world.cxx, worldview_component.cxx,
worldview_insert_tool.cxx, worldview_select_tool.cxx,
worldview_zoom_tool.cxx, zoom_graphic_context.hxx: added
alphablending and antialiasing for the glut target
2003-01-04 21:12 grumbel
* collider.hxx, command_line.cxx, command_line.hxx,
glut_display.cxx, glut_display.hxx, gui_component.cxx,
gui_label.cxx, gui_label.hxx, gui_window.cxx, math.hxx, rect.hxx,
rect_collider.cxx, rect_collider.hxx, selection.cxx, selection.hxx,
settings.cxx, settings.hxx, string_converter.hxx, vector2d.hxx,
worldview_insert_tool.cxx, worldview_insert_tool.hxx,
worldview_select_tool.cxx, worldview_select_tool.hxx,
worldview_tool.cxx, worldview_tool.hxx, worldview_zoom_tool.cxx,
worldview_zoom_tool.hxx: fixed copyright header a bit
2003-01-04 21:07 grumbel
* Makefile.am, buttons.hxx, graphic_context.hxx, gui_component.hxx,
gui_manager.cxx, gui_manager.hxx, particle.cxx,
particle_factory.cxx, particle_factory.hxx, rect.hxx,
selection.cxx, selection.hxx, spring.cxx, world.cxx,
worldview_component.cxx, worldview_component.hxx,
worldview_select_tool.cxx, worldview_select_tool.hxx,
worldview_tool.hxx, x11_display.cxx, zoom_graphic_context.cxx,
zoom_graphic_context.hxx: splitted of some of the selection code
2003-01-03 05:27 grumbel
* Makefile.am, NEWS, configure.ac, zoom_graphic_context.cxx: added
configure test for glut
2003-01-03 05:04 grumbel
* rect.hxx: little rectangle helper class
2003-01-03 05:03 grumbel
* Makefile.am, configure.ac, construo_main.cxx, glut_display.cxx,
glut_display.hxx, gui_manager.cxx, gui_manager.hxx,
input_context.hxx, worldview_select_tool.cxx, x11_display.cxx,
x11_display.hxx: - added frames counter (stdout) - added selection
rectangle - fixed x11 display - made glut and x11 compilable
2003-01-03 03:28 grumbel
* examples/: ball.construo, colido.construo, stabilo.construo,
swing.construo, zeppelin.construo: added some new constructions
2003-01-03 03:27 grumbel
* glut_display.cxx: added font support to the glut target
2003-01-03 02:48 grumbel
* Makefile.am, buttons.hxx, construo_main.cxx, glut_display.cxx,
glut_display.hxx, gui_manager.cxx, gui_manager.hxx,
x11_display.cxx, x11_display.hxx: added glut display target
2003-01-03 00:18 grumbel
* string_converter.hxx: missing file
2003-01-02 21:49 grumbel
* construo.cxx, construo.hxx, graphic_context.hxx, gui_label.cxx,
gui_label.hxx, gui_manager.cxx, math.hxx, particle.cxx,
particle.hxx, particle_factory.cxx, particle_factory.hxx,
spring.cxx, spring.hxx, world.cxx, world.hxx,
worldview_component.cxx, worldview_component.hxx,
worldview_insert_tool.cxx, worldview_insert_tool.hxx,
worldview_select_tool.cxx, worldview_select_tool.hxx,
worldview_tool.hxx, worldview_zoom_tool.cxx,
worldview_zoom_tool.hxx, x11_display.cxx, x11_display.hxx,
zoom_graphic_context.cxx, zoom_graphic_context.hxx: some int/float
cleanup
2002-12-31 18:38 grumbel
* gui_manager.cxx, particle.cxx, particle.hxx,
particle_factory.cxx, particle_factory.hxx, spring.cxx,
vector2d.hxx, world.cxx, worldview_component.cxx,
worldview_component.hxx, worldview_insert_tool.cxx,
worldview_insert_tool.hxx: fixed some formulas to let the mass take
effect
2002-12-31 05:14 grumbel
* Makefile.am, construo.cxx, gui_buttons.hxx, gui_component.hxx,
gui_label.cxx, gui_label.hxx, gui_manager.cxx, particle.cxx,
world.cxx, world.hxx, worldview_component.cxx,
worldview_component.hxx, x11_display.cxx, zoom_graphic_context.cxx:
some experimental stuff
2002-12-30 02:24 grumbel
* construo.cxx, construo.hxx, world.cxx: seperated some const
2002-12-29 21:46 grumbel
* collider.hxx, controller.cxx, controller.hxx, gui_manager.cxx,
gui_manager.hxx, rect_collider.cxx, rect_collider.hxx, world.cxx,
worldview_component.hxx, worldview_select_tool.cxx: added custom
Collider
2002-12-29 20:03 grumbel
* Makefile.am, NEWS, collider.hxx, command_line.cxx, particle.cxx,
rect_collider.cxx, rect_collider.hxx, vector2d.hxx, world.cxx,
world.hxx: added collider
2002-12-29 19:41 grumbel
* construo_main.cxx, controller.cxx, controller.hxx,
gui_buttons.cxx, gui_manager.cxx, gui_manager.hxx,
worldview_component.cxx, worldview_insert_tool.cxx,
worldview_insert_tool.hxx, worldview_select_tool.cxx,
worldview_select_tool.hxx, worldview_tool.hxx,
worldview_zoom_tool.cxx, worldview_zoom_tool.hxx: replaced some
global variables with singletons
2002-12-29 19:18 grumbel
* vector2d.hxx, worldview_select_tool.cxx,
worldview_select_tool.hxx: added rotation
2002-12-29 18:35 grumbel
* worldview_component.cxx, worldview_select_tool.cxx,
worldview_select_tool.hxx: zome minjor fixes
2002-12-29 16:58 grumbel
* Makefile.am, world.cxx, worldview_component.cxx,
worldview_component.hxx, worldview_zoom_tool.cxx,
worldview_zoom_tool.hxx, zoom_graphic_context.cxx,
zoom_graphic_context.hxx: added zoom tool
2002-12-29 04:05 grumbel
* Makefile.am, buttons.hxx, gui_component.hxx, gui_manager.cxx,
world.cxx, worldview_component.cxx, worldview_component.hxx,
worldview_insert_tool.cxx, worldview_insert_tool.hxx,
worldview_select_tool.cxx, worldview_select_tool.hxx,
worldview_tool.cxx, worldview_tool.hxx, x11_display.cxx: splited
insert and select stuff into seperate classes
2002-12-28 05:34 grumbel
* gui_manager.cxx, particle.cxx, spring.cxx, spring.hxx, world.cxx,
world.hxx, worldview_component.cxx, worldview_component.hxx,
math.hxx, colors.cxx, colors.hxx, gui_component.cxx,
gui_window.cxx, gui_window.hxx: added a select and move tool
2002-12-28 04:04 grumbel
* color.hxx, command_line.cxx, graphic_context.hxx,
gui_manager.cxx, settings.cxx, settings.hxx, world.cxx, world.hxx,
worldview_component.cxx, x11_display.cxx, x11_display.hxx,
zoom_graphic_context.cxx, zoom_graphic_context.hxx: added some
flip-region limiter stuff
2002-12-28 03:08 grumbel
* Makefile.am, gui_buttons.cxx, gui_manager.cxx, particle.cxx,
particle_factory.cxx, particle_factory.hxx, spring.cxx, world.cxx,
world.hxx: fixed pointer grabing a bit
2002-12-28 01:19 grumbel
* Makefile.am, gui_component.hxx, gui_manager.cxx, lisp_reader.cxx,
lisp_reader.hxx, lisp_writer.cxx, lisp_writer.hxx, particle.cxx,
particle.hxx, particle_factory.cxx, particle_factory.hxx,
spring.cxx, vector2d.hxx, world.cxx, world.hxx,
worldview_component.cxx, x11_display.cxx: added smaller vector
class
2002-12-27 22:28 grumbel
* Makefile.am, NEWS, command_line.cxx, command_line.hxx,
construo_main.cxx, settings.cxx, settings.hxx, x11_display.cxx,
x11_display.hxx: added a handfull of command line flags to toggle
fullscreen and Co.
2002-12-27 20:23 grumbel
* Makefile.am, TODO, construo_main.cxx, gui_buttons.cxx,
gui_buttons.hxx, gui_component.hxx, gui_manager.cxx,
worldview_component.cxx, worldview_component.hxx, x11_display.cxx,
x11_display.hxx: - added fullscreen support (currently default)
2002-12-26 23:35 grumbel
* Makefile.am, NEWS, gui_buttons.cxx, gui_buttons.hxx,
gui_manager.cxx: added more buttons
2002-12-26 22:07 grumbel
* world.cxx, worldview_component.cxx: added removal of springs
2002-12-26 21:46 grumbel
* AUTHORS, construo_main.cxx, controller.cxx, controller.hxx,
gui_buttons.cxx, gui_buttons.hxx, gui_component.hxx,
gui_manager.cxx, gui_manager.hxx, particle.cxx, particle.hxx,
particle_factory.cxx, spring.cxx, spring.hxx, world.cxx, world.hxx,
worldview_component.cxx, worldview_component.hxx,
zoom_graphic_context.cxx, zoom_graphic_context.hxx: - added code to
check for spring/cursor caption
2002-12-26 18:54 grumbel
* particle_factory.cxx, particle_factory.hxx,
zoom_graphic_context.cxx, zoom_graphic_context.hxx,
examples/jesus2.construo, examples/monster.construo,
examples/scorpion.construo, examples/stretch.construo: added
missing files
2002-12-26 18:11 grumbel
* Makefile.am, gui_buttons.cxx, gui_component.hxx, gui_manager.cxx,
gui_manager.hxx, particle.hxx, spring.cxx, spring.hxx, world.cxx,
worldview_component.cxx, worldview_component.hxx, x11_display.cxx:
added zoom, restructured input a bit
2002-12-26 04:02 grumbel
* Makefile.am, buttons.hxx, configure.ac, construo_main.cxx,
gui_buttons.cxx, gui_buttons.hxx, gui_component.hxx,
gui_manager.cxx, gui_manager.hxx, input_context.hxx, world.hxx,
worldview_component.cxx, worldview_component.hxx, x11_display.cxx,
x11_display.hxx: more GUI stuff
2002-12-26 02:43 grumbel
* AUTHORS, Makefile.am, TODO, construo.cxx, construo_main.cxx,
construo_main.hxx, controller.cxx, controller.hxx,
graphic_context.hxx, gui_component.hxx, gui_manager.cxx,
gui_manager.hxx, input_context.hxx, lisp_reader.cxx,
lisp_reader.hxx, system_context.hxx, unix_system.cxx,
unix_system.hxx, world.cxx, world.hxx, worldview_component.cxx,
worldview_component.hxx, x11_display.cxx, x11_display.hxx:
restructed the code a bit to allow a gui
2002-11-24 22:12 grumbel
* examples/choh/: README, quicksave0.construo, quicksave1.construo,
quicksave2.construo, quicksave3.construo, quicksave4.construo,
quicksave5.construo, quicksave6.construo, quicksave7.construo,
quicksave8.construo, quicksave9.construo: added Mark Michelsen's
House of Horror machines
2002-11-24 20:49 grumbel
* Makefile.am, TODO, buttons.hxx, construo.cxx, construo.hxx,
construo_error.hxx, construo_main.cxx, construo_main.hxx,
force_emitter.hxx, input_context.cxx, lisp_reader.cxx,
lisp_reader.hxx, lisp_writer.cxx, lisp_writer.hxx, lispifier.cxx,
lispifier.hxx, particle.cxx, particle.hxx, spring.cxx, spring.hxx,
stick.cxx, stick.hxx, world.cxx, world.hxx: - fixed
particle_counter bug - fixed a few ugly variable/class names -
removed a bit obsolete xml code
2002-11-23 00:07 grumbel
* TODO: more todo items
2002-11-22 18:06 grumbel
* construo_main.cxx, xml2sexpr.sh, examples/Makefile.am: added
converter script
2002-11-22 17:51 grumbel
* examples/: quicksave1.construo, quicksave2.construo,
quicksave3.construo, quicksave4.construo: release preperations
2002-11-22 17:49 grumbel
* AUTHORS, INSTALL, Makefile.am, NEWS, README, TODO, buttons.hxx,
configure.ac, construo_main.cxx, construo_main.hxx, particle.cxx,
stick.cxx, stick.hxx, system_context.hxx, unix_system.cxx,
unix_system.hxx, world.cxx, world.hxx, x11_display.cxx,
x11_display.hxx: - quick load/save cleaned up - slow-motion added
2002-11-22 16:16 grumbel
* examples/: capsule.construo, rotatium.construo: more examples
2002-11-22 15:21 grumbel
* examples/explosion.construo: another example
2002-11-22 14:02 grumbel
* examples/: balance.construo, bigthing.construo, bridgio.construo,
bug.construo, castle.construo, complex.construo,
complexus.construo, crashtest.construo, hangon.construo,
jesus.construo, krahn.construo, kran2.construo, kranfree.construo,
logo.construo, moonlander.construo, pendel.construo,
pendel45.construo, penguin.construo, penguin2.construo,
plane.construo, quicksave1.construo, quicksave2.construo,
quicksave3.construo, quicksave4.construo, shangon.construo,
test.construo, thingo.construo, thingo2.construo,
waaagggee45.construo, ziege.construo: - added a bunch of example
files
2002-11-22 00:10 grumbel
* buttons.hxx, configure.ac, construo_main.cxx, construo_main.hxx,
lisp_reader.cxx, particle.cxx, particle.hxx, stick.hxx,
x11_display.cxx: added redo, fixed nan-bug
2002-11-21 18:42 grumbel
* Makefile.am, NEWS, TODO, autogen.sh, buttons.hxx, config.cxx,
configure.ac, construo.cxx, construo.hxx, construo_error.hxx,
construo_main.cxx, construo_main.hxx, lisp_reader.cxx,
lisp_reader.hxx, lispifier.cxx, lispifier.hxx, lispreader.c,
lispreader.h, particle.cxx, particle.hxx, stick.cxx, stick.hxx,
world.cxx, world.hxx, x11_display.cxx: - implemented load/save, not
hooked up in the interface, but works
2002-11-21 00:29 grumbel
* NEWS, buttons.hxx, color.hxx, construo_main.cxx,
construo_main.hxx, graphic_context.hxx, particle.hxx, world.cxx,
world.hxx, x11_display.cxx, x11_display.hxx: - docu fixes, lots of
small cleanup - beside load/save it looks quite useable
2002-11-20 19:08 grumbel
* Makefile.am, buttons.hxx, color.hxx, construo.cxx, construo.hxx,
construo_main.cxx, construo_main.hxx, events.hxx,
force_emitter.hxx, graphic_context.hxx, input_context.cxx,
input_context.hxx, keep_alive.hxx, keep_alive_mgr.cxx,
keep_alive_mgr.hxx, keys.hxx, particle.hxx, world.cxx, world.hxx,
x11_display.cxx, x11_display.hxx: - added input handling -
connection of particles is up and running again
2002-11-20 14:53 grumbel
* Makefile.am, configure.ac, construo_main.cxx, events.hxx,
graphic_context.hxx, input_context.hxx, keys.hxx, x11_display.cxx,
x11_display.hxx: - fixed make dist - added some test drawing stuff
2002-11-20 13:59 grumbel
* Makefile.am, construo_main.cxx, construo_main.hxx,
input_context.hxx, keep_alive.hxx, keep_alive_mgr.cxx,
keep_alive_mgr.hxx, particle.hxx, system_context.hxx,
unix_system.cxx, unix_system.hxx, x11_display.cxx, x11_display.hxx:
- main loop is now up&running - most parts of input handling are
still missing, so its still unusable
2002-11-20 12:39 grumbel
* Makefile.am, color.hxx, configure.ac, construo_main.cxx,
graphic_context.hxx, input_context.hxx, x11_display.cxx,
x11_display.hxx, unix_system.cxx, unix_system.hxx: - fixed
configure script - added unix context
2002-11-20 01:53 grumbel
* .cvsignore: added ignore file
2002-11-20 01:50 grumbel
* Config.cxx, Config.hxx, DeltaManager.hxx, TODO: - removed
obsolete files - added TODO
2002-11-20 01:46 grumbel
* autogen.sh, color.hxx, config.hxx, construo.hxx,
construo_error.hxx, construo_main.hxx, delta_manager.hxx,
graphic_context.hxx, input_context.hxx, particle.hxx, stick.hxx,
system_context.hxx, vector.hxx, x11_display.hxx: - added
automake/autoconf support - removed clanlib and libxml dependencies
- added some code for the x11 target - lots of placeholders at the
moment, it will compile but not work
2002-11-20 01:37 grumbel
* config.h.in: - added automake/autoconf support - removed clanlib
and libxml dependencies - added some code for the x11 target - lots
of placeholders at the moment, it will compile but not work
2002-11-20 01:33 grumbel
* AUTHORS, Construo.cxx, Construo.hxx, Makefile, Makefile.am, NEWS,
config.cxx, configure.ac, construo_main.cxx, vector.cxx,
x11_display.cxx: - added automake/autoconf support - removed
clanlib and libxml dependencies - added some code for the x11
target - lots of placeholders at the moment, it will compile but
not work
2002-03-21 20:07 grumbel
* Construo.cxx, Construo.hxx: Some updates to make it compilable
with the newest ClanLib along with -Wall clean fix
2001-11-23 11:16 grumbel
* Makefile: Small fix in the makefile to let it compile with g++3.0
2001-11-16 11:45 grumbel
* Makefile: Added Makefile
2001-11-16 11:38 grumbel
* COPYING, Config.cxx, Config.hxx, Construo.cxx, Construo.hxx,
DeltaManager.hxx, INSTALL, README, fonts.dir: Initial revision
2001-11-16 11:38 grumbel
* COPYING, Config.cxx, Config.hxx, Construo.cxx, Construo.hxx,
DeltaManager.hxx, INSTALL, README, fonts.dir: Initial checkin