Log of /public/pc
Directory Listing
Revision
1018 -
Directory Listing
Modified
Sat Dec 14 14:02:00 2013 UTC
(5 years, 11 months ago)
by
dbug
FloppyBuilder 0.6
- Added the 'LoadDiskTemplate' and 'DefineDisk' commands (and removed these parameters from the command line, define disk does not work at the moment)
- Added the 'AddTapFile' command, similar to 'AddFile' but automatically removes the header and extract the start address of the file
Revision
1014 -
Directory Listing
Modified
Thu Dec 12 20:50:14 2013 UTC
(6 years ago)
by
dbug
FloppyBuilder 0.5
- removed some unused variables
- cleaned the offset/track/sector management code
- the 'SetBootSector' command is now 'WriteSector' and automatically move to the next sector after writing data
Revision
1013 -
Directory Listing
Modified
Thu Dec 12 19:35:12 2013 UTC
(6 years ago)
by
dbug
Modified the ShowError command to take optional parameters (makes it possible to display actual information in the error message)
FloppyBuilder 0.3: Fixed parsing of comments, added a 'OutputFloppyFile' command, validated that the number of sectors and tracks is correct in the 'SetPosition' command.
Revision
1009 -
Directory Listing
Modified
Wed Dec 11 20:11:41 2013 UTC
(6 years ago)
by
dbug
More FloppyBuilder changes:
- Add 'OutputLayoutFile' and 'AddDefine' commands
- The generated file has been vastly improved
Revision
1002 -
Directory Listing
Modified
Sun Dec 8 10:50:26 2013 UTC
(6 years ago)
by
dbug
Resynchronized my own changes to the OSDK with what was in the depot.
From now on I will continue the changes directly with the depot version, and try to update more regularly.
The reason I had this big change is that I had two computers with local changes done in demo parties when working on demos, where I did the fixes to handle Euphoric and Oricutron, plus new tools, modified tools, etc... giant mess.
I do not guarantee that what is on the depot is bug free, but it's the version I'm using right now (My OSDK var points to the public\pc\tools\osdk\main\Osdk\_final_ folder.
Revision
1001 -
Directory Listing
Modified
Sat Dec 7 17:45:02 2013 UTC
(6 years ago)
by
dbug
Updated some executables.
Revision
975 -
Directory Listing
Modified
Sun Nov 24 15:00:25 2013 UTC
(6 years ago)
by
dbug
Added the last known version of the FloppyBuilder source code.
It may or may not have been the one that was used to build the semi working version of MakeDisk.exe that I used for my two last demos, at least now it's on the depot so we can try to see if it works.
Revision
974 -
Directory Listing
Modified
Sun Nov 24 13:29:03 2013 UTC
(6 years ago)
by
dbug
Did some minor API changes in the Common library (returned a string by value instead of reference)
Added also a new project called 'Ym2Mym' which is not from me, but that all the MYM demos are using to convert Atari ST music.
Updated FreeImage from 3.9.3 to 3.15.4 (only used by PictConv)
PictConv now has a CharacterGenerator mode, not quite sure yet that it works.
Revision
911 -
Directory Listing
Modified
Mon Feb 4 19:37:51 2013 UTC
(6 years, 10 months ago)
by
dbug
Added the new version of tap2cd to the depot.
This one has the assembler code available and can be modified without too much problems :)
Revision
909 -
Directory Listing
Modified
Sun Jan 20 18:45:40 2013 UTC
(6 years, 10 months ago)
by
mmu_man
old2mfm: Add makefile
Revision
908 -
Directory Listing
Modified
Sun Jan 20 18:45:23 2013 UTC
(6 years, 10 months ago)
by
mmu_man
Some preventive fixes
* Make sure we use types of intended size when reading into variables
* Use malloc() to allocate the buffer just in case, with proper error handling
* Return EXIT_SUCCESS on exit
* Some temporary debug output
Revision
907 -
Directory Listing
Modified
Sun Jan 20 18:29:40 2013 UTC
(6 years, 10 months ago)
by
dbug
Added old2mfm and tap2dsk to the vs2010 solution
Revision
906 -
Directory Listing
Modified
Sun Jan 20 18:29:01 2013 UTC
(6 years, 10 months ago)
by
dbug
Added old2mfm and tap2dsk
Revision
905 -
Directory Listing
Modified
Sat Jan 19 11:47:58 2013 UTC
(6 years, 10 months ago)
by
dbug
Updated some of the exe of the osdk, in particular Old2Mfm and Tap2Dsk are now native windows executables instead of DOS, so they should run fine on Windows 64bit and Wine.
Revision
899 -
Directory Listing
Modified
Sat Sep 29 18:43:44 2012 UTC
(7 years, 2 months ago)
by
dbug
Fixed an unfortunate <io.h>
Revision
898 -
Directory Listing
Modified
Sat Sep 29 18:40:02 2012 UTC
(7 years, 2 months ago)
by
dbug
Fixed some issues on Visual Studio introduced by the posixification...
Revision
897 -
Directory Listing
Modified
Sat Sep 29 15:35:48 2012 UTC
(7 years, 2 months ago)
by
dbug
Updated the configurations of OSDK for Visual Studio 2010
Revision
895 -
Directory Listing
Modified
Wed Sep 26 01:08:29 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Define FREEIMAGE_LIB
Revision
894 -
Directory Listing
Modified
Wed Sep 26 00:56:51 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Attempt to link to freeimage with mingw32, still failing though.
Revision
893 -
Directory Listing
Modified
Wed Sep 26 00:33:25 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Only run test when target and host OS are the same.
Revision
892 -
Directory Listing
Modified
Wed Sep 26 00:28:15 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Report errors to parent make.
Revision
891 -
Directory Listing
Modified
Wed Sep 26 00:21:44 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Add pictconv to the build.
Revision
890 -
Directory Listing
Modified
Wed Sep 26 00:21:28 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Fix building pictconv with unittests.
Revision
889 -
Directory Listing
Modified
Wed Sep 26 00:20:44 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Include osdk/ to the build.
Revision
888 -
Directory Listing
Modified
Wed Sep 26 00:20:07 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Add makefiles.
Revision
887 -
Directory Listing
Modified
Wed Sep 26 00:19:09 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Add top-level makefile.
Revision
886 -
Directory Listing
Modified
Wed Sep 26 00:18:23 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Make unittest lib buildable with mingw on linux.
Revision
885 -
Directory Listing
Modified
Wed Sep 26 00:14:24 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Also make sure RANLIB is defined for *nix.
Revision
884 -
Directory Listing
Modified
Wed Sep 26 00:13:05 2012 UTC
(7 years, 2 months ago)
by
mmu_man
define RANLIB
Revision
883 -
Directory Listing
Modified
Tue Sep 25 23:46:56 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Add some *nix required stuff
* Add curses library to things using libcommon.
* Define __cdecl to nothing for *nix.
Revision
882 -
Directory Listing
Modified
Tue Sep 25 23:45:16 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Add Makefile
compiles but doesn't link yet.
Revision
881 -
Directory Listing
Modified
Tue Sep 25 23:44:44 2012 UTC
(7 years, 2 months ago)
by
mmu_man
POSIXify + Fix includes
Revision
880 -
Directory Listing
Modified
Tue Sep 25 23:40:17 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Fix includes
* Remove unneeded includes or use standard ones in place of windows ones
* Fix case of FreeImage.h includes
Revision
879 -
Directory Listing
Modified
Tue Sep 25 23:37:04 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Fix "no new line at end of file" warning.
Revision
878 -
Directory Listing
Modified
Tue Sep 25 23:15:36 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Fix absolute windows paths in #include
GRMBL
Revision
877 -
Directory Listing
Modified
Tue Sep 25 22:58:02 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Add Makefile
* only builds common/ for now.
Revision
876 -
Directory Listing
Modified
Tue Sep 25 22:57:27 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Add Makefile
Revision
875 -
Directory Listing
Modified
Tue Sep 25 22:56:17 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Add some defines
* Add WIN32 for win32 builds
* add [_N]DEBUG depending on $(RELEASE)
Revision
874 -
Directory Listing
Modified
Tue Sep 25 22:55:16 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Define _LIB as in the VC proj, though it doesn't seem to be used anywhere.
Revision
873 -
Directory Listing
Modified
Tue Sep 25 22:44:41 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Add a makefile
Revision
872 -
Directory Listing
Modified
Tue Sep 25 22:43:47 2012 UTC
(7 years, 2 months ago)
by
mmu_man
POSIXify common/
* define O_BINARY on platforms which don't define it
* include <curses.h> on *nix to have a usable getch()
* use real POSIX functions instead of _-prefixed win32 versions
* use strncasecmp() instead of nonstandard memicmp()
* use stat() instead of _findfirst() since we don't even use the globbed result anyway
This now builds both for linux and mingw32.
Revision
871 -
Directory Listing
Modified
Tue Sep 25 21:59:11 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Add a top-level makefile for tools.
Currently only builds a few tools in oric/.
Revision
870 -
Directory Listing
Modified
Tue Sep 25 21:58:23 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Include global rule file.
Revision
869 -
Directory Listing
Modified
Tue Sep 25 21:57:34 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Add a global rule files
* this will be included by other makefiles
* add required machinery to support cross-compiling with mingw32.
Revision
848 -
Directory Listing
Modified
Wed Sep 19 22:46:21 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Add some more makefiles. Those tools still don't build in GNU/Linux though.
Revision
845 -
Directory Listing
Modified
Wed Sep 19 01:51:02 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Make sure we return something on success instead of whatever random value is kept in the return register...
Revision
844 -
Directory Listing
Modified
Tue Sep 18 15:40:39 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Fix obvious syntax error.
Revision
843 -
Directory Listing
Modified
Tue Sep 18 13:45:58 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Add makefiles for some tools that do compile under GNU/Linux.
Revision
842 -
Directory Listing
Modified
Tue Sep 18 13:43:13 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Remove *nix binary
Revision
841 -
Directory Listing
Modified
Tue Sep 18 13:42:10 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Fix warnings.
Revision
840 -
Directory Listing
Modified
Tue Sep 18 13:34:14 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Fix warnings.
Revision
839 -
Directory Listing
Modified
Tue Sep 18 13:29:59 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Rename to lowercase for consistency.
Revision
838 -
Directory Listing
Modified
Tue Sep 18 13:23:17 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Rename to lowercase for consistency.
Revision
837 -
Directory Listing
Modified
Tue Sep 18 13:21:54 2012 UTC
(7 years, 2 months ago)
by
mmu_man
Rename to lowercase for consistency.
Revision
829 -
Directory Listing
Modified
Thu Apr 26 21:22:08 2012 UTC
(7 years, 7 months ago)
by
mmu_man
Fix warnings.
Revision
828 -
Directory Listing
Modified
Thu Apr 26 21:20:08 2012 UTC
(7 years, 7 months ago)
by
mmu_man
Rename to lowercase for consistency.
Revision
781 -
Directory Listing
Modified
Sat Jan 21 22:33:21 2012 UTC
(7 years, 10 months ago)
by
dbug
Updated the depot with the source code of the OSDK 0.019
Revision
406 -
Directory Listing
Modified
Mon Sep 20 18:59:17 2010 UTC
(9 years, 2 months ago)
by
dbug
Updated the OSDK with the latest code of most of the tools.
Revision
321 -
Directory Listing
Modified
Wed Apr 28 13:06:49 2010 UTC
(9 years, 7 months ago)
by
Vampire
Revision
320 -
Directory Listing
Modified
Wed Apr 28 12:48:39 2010 UTC
(9 years, 7 months ago)
by
Vampire
Revision
319 -
Directory Listing
Modified
Wed Apr 28 12:48:24 2010 UTC
(9 years, 7 months ago)
by
Vampire
Revision
318 -
Directory Listing
Modified
Wed Apr 28 12:48:04 2010 UTC
(9 years, 7 months ago)
by
Vampire
Revision
317 -
Directory Listing
Modified
Wed Apr 28 12:47:13 2010 UTC
(9 years, 7 months ago)
by
Vampire
Revision
315 -
Directory Listing
Modified
Tue Apr 27 13:27:38 2010 UTC
(9 years, 7 months ago)
by
Vampire
Revision
314 -
Directory Listing
Modified
Tue Apr 27 13:26:32 2010 UTC
(9 years, 7 months ago)
by
Vampire
Revision
313 -
Directory Listing
Modified
Tue Apr 27 13:14:40 2010 UTC
(9 years, 7 months ago)
by
Vampire
Vampire's binary to Oric .TAP or .WAV converter
Revision
208 -
Directory Listing
Modified
Sat Jan 23 15:55:45 2010 UTC
(9 years, 10 months ago)
by
dbug
Updated the OSDK codebase with the latest changed, which mostly add Atari ST support.
Revision
207 -
Directory Listing
Modified
Sat Jan 23 15:40:01 2010 UTC
(9 years, 10 months ago)
by
dbug
test
Revision
172 -
Directory Listing
Modified
Sat Nov 28 13:10:37 2009 UTC
(10 years ago)
by
dbug
Added the source code of "Save The Earth", the Atari STe demo presented at Kindergarden 2009
Revision
148 -
Directory Listing
Modified
Sun Aug 23 11:20:52 2009 UTC
(10 years, 3 months ago)
by
Jede
Changement de zoom par l'interface
Revision
147 -
Directory Listing
Modified
Sun Aug 23 11:20:36 2009 UTC
(10 years, 3 months ago)
by
Jede
Changement de zoom par l'interface
Revision
146 -
Directory Listing
Modified
Sun Aug 23 11:20:13 2009 UTC
(10 years, 3 months ago)
by
Jede
Changement de zoom par l'interface
Revision
145 -
Directory Listing
Modified
Sun Aug 23 11:20:04 2009 UTC
(10 years, 3 months ago)
by
Jede
Changement de zoom par l'interface
Revision
126 -
Directory Listing
Modified
Mon Jul 13 12:20:10 2009 UTC
(10 years, 5 months ago)
by
dbug
Added some shared libraries (UnitTest++, and FreeImage) to avoid having every single project brings its own libraries.
Ideally people should add them in a way we can upgrade versions without breaking things:
-> public/pc/shared_libraries/library_name/library_version/actuall_content
Revision
107 -
Directory Listing
Modified
Sat Jun 20 13:59:12 2009 UTC
(10 years, 5 months ago)
by
waskol
Revision
106 -
Directory Listing
Modified
Sat Jun 20 13:55:24 2009 UTC
(10 years, 5 months ago)
by
waskol
Revision
91 -
Directory Listing
Modified
Thu May 28 17:15:06 2009 UTC
(10 years, 6 months ago)
by
Jede
Binaire mode debug
Revision
90 -
Directory Listing
Modified
Thu May 28 16:33:09 2009 UTC
(10 years, 6 months ago)
by
Jede
Revision
89 -
Directory Listing
Modified
Thu May 28 16:32:59 2009 UTC
(10 years, 6 months ago)
by
Jede
Comment
On each end of line, we have a flag, if it's equal to 1 the line has changed ! It's now running quicker ! (zoom *2)
Revision
88 -
Directory Listing
Modified
Wed May 27 21:06:36 2009 UTC
(10 years, 6 months ago)
by
Jede
Corrected a bug, if you select on the command line :
-t -d it starts an atmos
now if you do a -t -d it starts a telestrat
Revision
87 -
Directory Listing
Modified
Wed May 27 20:53:11 2009 UTC
(10 years, 6 months ago)
by
Jede
Path changed
Revision
86 -
Directory Listing
Modified
Wed May 27 20:51:52 2009 UTC
(10 years, 6 months ago)
by
Jede
Don't care about this file
Revision
85 -
Directory Listing
Modified
Wed May 27 20:48:49 2009 UTC
(10 years, 6 months ago)
by
Jede
added some preprocessor tests
Revision
84 -
Directory Listing
Modified
Wed May 27 20:47:38 2009 UTC
(10 years, 6 months ago)
by
Jede
debugger is disabled too many bugs
Revision
83 -
Directory Listing
Modified
Wed May 27 20:47:12 2009 UTC
(10 years, 6 months ago)
by
Jede
Setup with libs moved
Revision
82 -
Directory Listing
Modified
Wed May 27 20:46:43 2009 UTC
(10 years, 6 months ago)
by
Jede
rendering more readable.
Zoom is disabled but it could be done easily
Revision
81 -
Directory Listing
Modified
Wed May 27 20:33:03 2009 UTC
(10 years, 6 months ago)
by
Jede
Ajouts des libs windows
Revision
70 -
Directory Listing
Modified
Sun May 24 19:53:20 2009 UTC
(10 years, 6 months ago)
by
dbug
Added the complete source code of the OSDK.
Projects files are available for Visual Studio 6 and .net, plus a Code::Blocks setup (everything works except PictConv that relies on FreeImage - which does not build correctly on mingw)
Revision
69 -
Directory Listing
Modified
Sun May 17 18:19:34 2009 UTC
(10 years, 6 months ago)
by
Jede
.
Revision
68 -
Directory Listing
Modified
Sun May 17 18:19:15 2009 UTC
(10 years, 6 months ago)
by
Jede
Ajout lignes pour version debug
Revision
42 -
Directory Listing
Modified
Tue Mar 10 22:20:40 2009 UTC
(10 years, 9 months ago)
by
Jede
Revision
41 -
Directory Listing
Modified
Tue Mar 10 22:20:29 2009 UTC
(10 years, 9 months ago)
by
Jede
Revision
40 -
Directory Listing
Modified
Tue Mar 10 22:20:19 2009 UTC
(10 years, 9 months ago)
by
Jede
Revision
39 -
Directory Listing
Modified
Tue Mar 10 22:12:51 2009 UTC
(10 years, 9 months ago)
by
Jede
Revision
38 -
Directory Listing
Modified
Tue Mar 10 21:58:51 2009 UTC
(10 years, 9 months ago)
by
Jede
Revision
37 -
Directory Listing
Modified
Tue Mar 10 21:54:29 2009 UTC
(10 years, 9 months ago)
by
Jede
Revision
36 -
Directory Listing
Modified
Tue Mar 10 21:53:22 2009 UTC
(10 years, 9 months ago)
by
Jede
Revision
35 -
Directory Listing
Modified
Tue Mar 10 21:52:05 2009 UTC
(10 years, 9 months ago)
by
Jede
Revision
34 -
Directory Listing
Modified
Tue Mar 10 20:48:02 2009 UTC
(10 years, 9 months ago)
by
Jede
Revision
33 -
Directory Listing
Modified
Tue Mar 10 20:20:46 2009 UTC
(10 years, 9 months ago)
by
Jede
Revision
32 -
Directory Listing
Modified
Tue Mar 10 20:18:19 2009 UTC
(10 years, 9 months ago)
by
Jede
Pour faire des packages d'install
Revision
31 -
Directory Listing
Modified
Tue Mar 10 20:10:29 2009 UTC
(10 years, 9 months ago)
by
Jede
Revision
30 -
Directory Listing
Modified
Tue Mar 10 20:03:39 2009 UTC
(10 years, 9 months ago)
by
Jede
Revision
29 -
Directory Listing
Modified
Tue Mar 10 18:42:03 2009 UTC
(10 years, 9 months ago)
by
Jede
Revision
28 -
Directory Listing
Modified
Tue Mar 10 18:25:08 2009 UTC
(10 years, 9 months ago)
by
Jede
Revision
27 -
Directory Listing
Modified
Tue Mar 10 18:12:49 2009 UTC
(10 years, 9 months ago)
by
Jede
Revision
26 -
Directory Listing
Modified
Tue Mar 10 17:28:07 2009 UTC
(10 years, 9 months ago)
by
Jede
Revision
25 -
Directory Listing
Modified
Tue Mar 10 16:26:51 2009 UTC
(10 years, 9 months ago)
by
Jede
Ne sert à rien
Revision
24 -
Directory Listing
Modified
Mon Mar 9 18:26:07 2009 UTC
(10 years, 9 months ago)
by
dbug
Added the source code of Caloric, version from Jede.
Not sure how different it is from other people's version, comes with libs and code::blocks project files.
Revision
21 -
Directory Listing
Modified
Mon Feb 23 21:53:50 2009 UTC
(10 years, 9 months ago)
by
dbug
Added various tools (4k8, bas2txt, read and write disk, etc...)
Revision
20 -
Directory Listing
Modified
Mon Feb 23 21:49:24 2009 UTC
(10 years, 9 months ago)
by
dbug
Added txt2bas from Fabrice Frances
Revision
19 -
Directory Listing
Modified
Mon Feb 23 21:47:03 2009 UTC
(10 years, 9 months ago)
by
dbug
Added tap2dsk from Fabrice Frances
Revision
5 -
Directory Listing
Modified
Wed Feb 18 21:03:33 2009 UTC
(10 years, 9 months ago)
by
dbug
Test
Revision
2 -
Directory Listing
Added
Tue Feb 17 18:49:20 2009 UTC
(10 years, 9 months ago)
by
(unknown author)
Added some folders to get a little bit of structure.