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
|
%% 10/03/2003 - ttb
- added a patch by Marco Bisioli to save in syslinux format
%% 09/05/2000 - ttb
- Well 2.0.1 was a brown paper bag release (;
- fixed all the missing header problems with 2.0.1
- added a new startup logo for tetradraw by offspring from dark
- added pressing enter in tetraview moves onto the next picture
%% 09/04/2000 - ttb
- Added automake/autoconf package configure
- Fixed bug when loading a binary file, it would be loaded as a ansi.
- Fixed bug where tetradraw/tetraview would not load file specified
on command line
- Added warning when starting tetradraw/tetraview under a non-linux terminal
- Released 2.0.1
%% 05/11/2000 - ttb
- Finished local editor functions
- Finsihed ansi load function
- Finished ansi save function
- Finished basic statusbar
- Finished soft cursor
- Finished statusbar
- Finished basic special key support
- Basic ansi editor built
- Finished basic block command
- Finished basic block interface
- Got some more complex block commands programmed
- Finished n_getch() which is used for multidraw
- Finished network code n_connect, n_disconnect, n_lookup;
- Fixed a compile bug in network.c
- Added a bunch of key handling cases in tetradraw.c
%% 05/12/2000 - ttb
- Finished replace* and fill* block commands
- Started work on multidraw internals
- Finished md_sendcmd;
- Started on md_handlecmd;
- Started work on basic remote editor commands
%% 05/16/2000 - ttb
- Worked on interface for colour selection
- Finished all remote editor commands
- Started work on ~/.tdrc file loading
%% 05/18/2000 - ttb
- Finished replace fg, bg interfaces
- Added a hack for replace, fill ch
- Added L/R_WRAPPED()
%% 05/19/2000 - ttb
- Cleaned up the options code
- Finished sauce loading and saving code
- Started file_select()
- ALPHA2 milestone reached
%% 05/22/2000 - ttb
- Finished file_select()
- Started work on saving interface
- Almost finished saving interface
- Finished saving interface
%% 05/28/2000 - ttb
- Finished most of network drawing
- Worked on autoconf more...
- Started work on remote block commands
- Fixed save bug that caused a crash
- Fixed a bug in network drawing mode
- Fixed a bug in LINE_DELETE which caused a crash when saving
%% 05/29/2000 - ttb
- Finished quick colour palette
- Added layer support to block command
%% 05/30/2000 - ttb
- Changed the ansi_page type to the canvas type
- Made changes to multidraw protocol to send everything as strings instead
of characters
%% 05/31/2000 - ttb
- Fixed final bug in multidraw protocol
- Relased tetradraw 1.90
%% 06/02/2000 - ttb
- Implemented multidraw connection interface
- Finished tetraview file selector interface
- Finished tetraview
- Fixed l_erase_display
- Re did status bars
- Fixed character insert bug
- Changed ascii save key
%% 06/03/2000 - ttb
- Fixed HELO command
- Added arrows to point you to the remote cursor the statusbar
- Added displaying of remote users handle to the statusbar
- Added blink and colour pickup keys
- Finished options file saving and loading
- Tested tetradraw over windows telnet client
- Implemented flip_fixing
- Released tetradraw 1.91
%% 06/03/2000 - ttb
- Fixed a makefile bug in 1.91
- Added handling of the H ansi command
- Made the cursor go to the begining of a ansi after it is loaded
- Released tetradraw 1.92
%% 06/04/2000 - ttb
- Changed back to hardware cursor.
- Added clear screen key
- Added help screen
- Added prompt before quiting
- Added colour selection screen
- Added a '/' to the end of directory in the file selector widget
- Added prompt before clearing screen
- Changed C header save key
- Fixed alt+y
- Fixed backspace
- Fixed a memory leak in tetraview
- Fixed a segfault bug in tetraview
- Added quicksave
- Added prompt to quick save
- Added statusbar to tetraview
- Moved quicksave into a function
- Added autosave
- Almost finished options screen (still need get_yesno, get_num)
- Finished options screen
%% 06/05/2000 - ttb
- Added a modified flag to the canvas
- Added a save first prompt if the modified flag is set
- Added colouring of character under cursor
- Fixed block statusbar
- Added percent bar to loading ansis in tetradraw
- Added basic TAB support
- Updated HELP ansi
- Almost finished character selection screen
%% 06/06/2000 - ttb
- Fixed character selection bug
- Released tetradraw 1.93
%% 06/06/2000 - ttb
- Fixed character selection screen
%% 06/09/2000 - ttb
- Recieved patch from Maurizio Sartori that added saving files as bin.
- Applied Maurizio's patch.
- Added loading bin file support.
- Changed the name of the file format from dump to bin in Maurizio's patch.
%% 06/10/2000 - ttb
- Moved input function out of main()
%% 06/12/2000 - ttb
- Added chat support
- Added startup and exit logo
- Made the file list go directores then files
- Added soft cursor option
- Fixed bug in options screen not clearing the screen to begin with.
- Added interface to chat
- Made the chat interface look nicer
- Released tetradraw 1.94
- Fixed typo in save sauce prompt
- Forgot to change savei_filetype() to accept b instead of d
- Fixed sauce saving so that its not NULL filled.
- Removed tests directory
- Added the forget if (options.show_logo)
- Fixed tetraview percent bar over flow
- switched a goto to a define in save.c
- Fixed a bug that was introduced with that last change
- Code audit
- Released tetradraw 2.0
%% 06/28/2000
- Moved everything over to autoconf/automake
- Made loader percent bar only show up when you are connected
- Made alt+z move forward
|