File: RelNotes-0.0.1.txt

package info (click to toggle)
s3d 0.2.2-10
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,544 kB
  • ctags: 5,243
  • sloc: ansic: 20,861; python: 488; perl: 98; makefile: 39; sh: 29
file content (69 lines) | stat: -rw-r--r-- 1,975 bytes parent folder | download | duplicates (6)
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
S3D v0.0.1 Release Notes
========================

2005-01-27 Simon Wunderlich <sw@simonwunderlich.de>

 * dot_mcp close button works :D
 * fixed picking problems
 * some Makefile enhancements

2005-01-22 Simon Wunderlich <sw@simonwunderlich.de>

 * removed funky debugging colors from freetype.c
 * fixed drawing problems in s3dvt.c
 * saving font file in memory for performance reasons
 * icons in the mcp
 * changed the link-loop in the right direction with a recursive solution

2005-01-21 Simon Wunderlich <sw@simonwunderlich.de>

 * fixed some little picking glitch
 * polygon packet fragmentation

2005-01-12 Simon Wunderlich <sw@simonwunderlich.de>

 * client is now operating with sigio
 * some advances in dot_mcp and minor fixes

2005-01-08 Simon Wunderlich <sw@simonwunderlich.de>

 * merged headerfiles graphics.h, user.h into global.h
 * masking flags private
 * some cleanup in user.c, mousewheel can now be used, using
   mouse-move-difference now.
 * the camera is now an object
 * implemented rotate and scale
 * picking now goes throu render_mcp()

2005-01-07 Simon Wunderlich <sw@simonwunderlich.de>

 * implemented mcp-focus, unlinking and changing targets for clones
 * freetype fonts normalized to height 1

2005-01-06 Simon Wunderlich <sw@simonwunderlich.de>

 * cleared some bad code, s3dvt works now
 * changed SIGIO so polling will only be called throu network_main(), because
   things are not thread-safe now.

2005-01-04 Simon Wunderlich <sw@simonwunderlich.de>

 * changed the malloc(), memcpy()-rest things to realloc()

2005-01-03 Simon Wunderlich <sw@simonwunderlich.de>

 * changed network polling to SIGIO
 * some minor cleanups

2005-01-02 Simon Wunderlich <sw@simonwunderlich.de>

 * started changelog ;)
 * finished basic truetype support
 * s3dvt.c started
 * some minor graphics optimizations
 * added usleep() into 3dsloader.c
 ...

2004-08-?? Simon Wunderlich <sw@simonwunderlich.de>

 * s3d started. dunno the correct date thou :X