1. e31aaa9 Removed support for relative paths (and in fact added testing for absolute paths) as relative paths are not re-applyable by their very nature. by oliverschmidt · 18 years ago
  2. 2b9fbcd Replaced static with automatic variable. by oliverschmidt · 18 years ago
  3. da29225 Fixed typo. by oliverschmidt · 18 years ago
  4. a6f5275 Updated and improved documentation. by oliverschmidt · 18 years ago
  5. 684dd24 Beautified screen output. by oliverschmidt · 18 years ago
  6. 30a0898 Made the 'bouncing box' screensaver the default for the apple2enh target. by oliverschmidt · 18 years ago
  7. d7616e8 The apple2enh banking implies screen distortions in graphics mode. Therefore I added a simple 'bouncing box' screensaver running in text mode. by oliverschmidt · 18 years ago
  8. ba6f590 The ctk polll-handler needs much more cycles when mouse support is compiled in. As the Apple2 port implements timers with a simple counter we need to take that into account. Note: If a mouse is really found at runtime doesn't make a noticable difference. by oliverschmidt · 18 years ago
  9. 03fa482 Reduced the stacksize to 256 bytes. Measurements have shown that the actual stack usage seems to be less than 100 bytes but that wouldn't allow for any additional scenario. by oliverschmidt · 18 years ago
  10. 17a6fab Fill up the language card using #pragma codeseg(). by oliverschmidt · 18 years ago
  11. 9111633 The general policy of the configedit app is to _not_ load the configuration file for providing default values but to get them from the "live" system. by oliverschmidt · 18 years ago
  12. 3fa6722 Include webserver in Apple2 builds - although it'll only fit into memory for the apple2enh target. by oliverschmidt · 18 years ago
  13. a6c17c2 The general policy of the configedit app is to _not_ load the configuration file for providing default values but to get them from the "live" system. by oliverschmidt · 18 years ago
  14. b5b84d8 Don't make assumtions on the content of the textentry text buffer beyond the first '\0'. by oliverschmidt · 18 years ago
  15. 1a1e628 Added configuration option to set the current directory (aka ProDOS prefix) now that we have chdir() in the cc65 C-Library. by oliverschmidt · 18 years ago
  16. 01e5b37 Completed the (by now quite complex) startup code for the apple2enh target. by oliverschmidt · 18 years ago
  17. 6fa640d Added GS/OS icon file for launching individual *.PRG files. by oliverschmidt · 18 years ago
  18. 98d158b Added a simple stack size analysis functionality to be compiled in on demand by defining STACK_SIZE to the same value as __STACK_SIZE__ in the linker config file. by oliverschmidt · 18 years ago
  19. 33d8fad Added a command line argument to the apple2enh target. by oliverschmidt · 18 years ago
  20. 027febe Added banking for the apple2enh target. by oliverschmidt · 18 years ago
  21. 3808804 A little surprisingly MAX_NUMDSCS needs to accomodate for 'Run...' (and 'Quit'). by oliverschmidt · 18 years ago
  22. 9f1aca5 Replaced "Press any key ..." message with 'Close' button to allow for mouse operation. by oliverschmidt · 18 years ago
  23. b9b07f9 Make room for the optional 'Quit' menu entry for the apple2enh target. by oliverschmidt · 18 years ago
  24. 7f8f1f2 Activate the optional 'Quit' menu entry for the apple2enh target. by oliverschmidt · 18 years ago
  25. 81f3f9c Made use of dirent support in cc65 version 2.11. by oliverschmidt · 18 years ago
  26. fe32bbf Activated the Contiki mouse support for the apple2enh target. by oliverschmidt · 18 years ago
  27. 84a353b The new interruptor support on the Apple2 is based on ProDOS 8 which takes care of setting and restoring the langage card softswitsches. Therefore there's no need to disable IRQs while switching to the ROM even on machines without the "enhanced" IRQ handling ROM. by oliverschmidt · 18 years ago
  28. e769f0a Added interruptor support to the apple2enh startup code. by oliverschmidt · 18 years ago
  29. f3fb0c9 Added an apple2enh specific linker configuration file and made use of it in the apple2enh build. by oliverschmidt · 18 years ago
  30. aaa42fb Added the new mouse driver adapter to the apple2enh build. by oliverschmidt · 18 years ago
  31. 2b1b80b Added the Apple2 specific configuration file for the new mouse driver adapter. by oliverschmidt · 18 years ago
  32. d8199f7 Changed web browser homepage to the Contiki site. by oliverschmidt · 19 years ago
  33. 356f366 - Up to now the LAN slot had to have a valid setting (1-7). Now the LAN slot is allowed to be 0. This new value is displayed as empty field in the configedit app. Any invalid user entry (not in '1'-'7') is interpreted as 0. The default (if no contiki.cfg yet exsists) is now 0. All drivers were updated to recognize 0 as signal to deactivate. by oliverschmidt · 19 years ago
  34. beed920 Persist ProDOS 8 prefix at startup for system file access to be independent from potential subsequent changes. by oliverschmidt · 19 years ago
  35. 274cb0e Improved clock_time on the (timerless) Apple2 in several ways: by oliverschmidt · 19 years ago
  36. eb79d84 Described one configuration setting better. by oliverschmidt · 19 years ago
  37. 03ad6a4 Made packet drivers not set the LSB (least significant byte) of the MAC address as it is now set by the config app. by oliverschmidt · 19 years ago
  38. d501194 Extended config apps to manage screensaver name, screensaver timeout and LSB (least significant byte) of MAC address (and supplied reasonable by oliverschmidt · 19 years ago
  39. 2c67f16 Made use of gotoy. by oliverschmidt · 19 years ago
  40. 78419c8 Activated support for screensavers. by oliverschmidt · 19 years ago
  41. 0851aaa Added the screensavers to the Apple2 build. by oliverschmidt · 19 years ago
  42. d1c833f Ported the C64 screensavers to the Apple2. This turned out to be quite simple as they were based on a 40x25 block pseudo-graphics mode based on coloring inverse blanks. The Apple2 has a native 40x24(resp.48) block graphics mode. by oliverschmidt · 19 years ago
  43. 7be25f7 Distinguish between user and system directory. by oliverschmidt · 19 years ago
  44. 6523c5d Seperated LOADER_LOAD_DSC/LOADER_UNLOAD_DSC from LOADER_LOAD/LOADER_UNLOAD as the later is only used by the directory app. This saves 20 bytes of resident code space. by oliverschmidt · 19 years ago
  45. 240f903 Renamed loader-arch-dsc.S to loader-arch-module-dsc.S. by oliverschmidt · 19 years ago
  46. 313d68e Added icons back to the Apple2 (not enh) downlevel build to make directory app make sense. by oliverschmidt · 19 years ago
  47. 63e299e Introduced directory app and .DSC files on the Apple2 (and removed conseqently most app descriptions from Contiki menu). by oliverschmidt · 19 years ago
  48. 83675b7 Added support for .DSC files. by oliverschmidt · 19 years ago
  49. e6a6506 Added driver description files. by oliverschmidt · 19 years ago
  50. dc29778 Beautified textmap. by oliverschmidt · 19 years ago
  51. 0dca928 Made use of the new checkbox textentry input handler. by oliverschmidt · 19 years ago
  52. 57a90e4 Every line in a multiline textentry widget is supposed to have an addtional zero termination so take that into account when computing line offsets. by oliverschmidt · 19 years ago
  53. 7ca3355 Re-added email app to the Apple2 build. by oliverschmidt · 19 years ago
  54. 377dc0b Adjusted email configuration to the new email app and made window not fullscreen in 80 col mode anymore because of performance issues with large multiline textentry widgets. by oliverschmidt · 19 years ago
  55. de740c7 Added ftp and shell app to the menu. by oliverschmidt · 19 years ago
  56. 206a3b5 Improved multiline textentry drawing. by oliverschmidt · 19 years ago
  57. 28b5612 Reduced codesize by replacing if/else constructs with boolean parameters. by oliverschmidt · 19 years ago
  58. a34b131 Renamed CFLAGSCOMMON to CFLAGSCC65. by oliverschmidt · 19 years ago
  59. 0d69d1f cc65 FILENAME_MAX already accomodates for the terminating zero now. by oliverschmidt · 19 years ago
  60. de4a9f6 Added initial CTK_WIDGET_FOCUS where applicable. by oliverschmidt · 19 years ago
  61. 18f390a Added ftp and shell app to the menu. by oliverschmidt · 19 years ago
  62. f323cbf Renamed the Contiki app define SHELL to SHELL_ to avoid conflicts with the SHELL env variable. by oliverschmidt · 19 years ago
  63. e3f7ad3 Renamed global icon variables to avoid linker probs when linking several app descriptions into the Contiki kernel. by oliverschmidt · 19 years ago
  64. ffab45c Removed unnecessary / obsolete destructor priority setting. by oliverschmidt · 19 years ago
  65. 7a8f158 Updated loader URL. by oliverschmidt · 19 years ago
  66. 28857a4 Added the ftp and shell app to the Apple2 build. by oliverschmidt · 19 years ago
  67. 8bbf56d Added new contiki/Makefile.common to contain common defines. As an initial step moved the exsisting app defines from Makefile.cc65 over here. by oliverschmidt · 19 years ago
  68. e04e386 Renamed contiki-cc65/Makefile.common to contiki-cc65/Makefile.cc65 by oliverschmidt · 19 years ago
  69. 8782c95 Added directory support to the Apple2 cfs. by oliverschmidt · 19 years ago
  70. 991ae2b Renamed constructor/destructor to avoid name clashes with cc65 C-library stuff. by oliverschmidt · 19 years ago
  71. f88ee84 Reverted recent change: "Implemented ctk_arch_isprint as macro like the gtk target does." as it obviously causes trouble with the cc65 isprint inline stuff. by oliverschmidt · 19 years ago
  72. 93ffcf1 Brought back closing all open files on exit as a last resort. by oliverschmidt · 19 years ago
  73. 6b49252 Removed (after all unnecessary) stack pointer initialization and added explicit switching to ROM on exit to bring back compatiblity with BASIC.SYSTEM. by oliverschmidt · 19 years ago
  74. 7f856cc Implemented ctk_arch_isprint as macro like the gtk target does. by oliverschmidt · 19 years ago
  75. ea6c672 Cleaned up obsolete stuff. by oliverschmidt · 19 years ago
  76. 91a8e77 No need to avoid __fastcall__ for kfs_open. by oliverschmidt · 19 years ago
  77. afeda73 Activated downloading to file, switched form the pure posix calls to the cfs wrappers for consistency with the other apps and further imporved error handling (especially closing files). by oliverschmidt · 19 years ago
  78. bc1dc14 The configedit app needs to write the config file and therefore can't go with the kfs but has to use the full cfs. But because the config file always resides in the Contiki directory regardless of the ProDOS 8 prefix we have to get the Contiki directory from the kfs. by oliverschmidt · 19 years ago
  79. 63a664b The config app is loaded on every startup so keep it small to improve loading time by using the kfs for reading the config file. by oliverschmidt · 19 years ago
  80. 147e607 Redesigned file system handling on the Apple2: by oliverschmidt · 19 years ago
  81. 4f0cf88 Redesigned file system handling on the Apple2: by oliverschmidt · 19 years ago
  82. 6663891 Use all available screen estate for the web browser. by oliverschmidt · 19 years ago
  83. 389e2f2 Do not only disable init() and poll() but send() as well if the chip detection fails because it is as cheap as two bytes. by oliverschmidt · 19 years ago
  84. 84d8463 Brought back chip detection code because this driver is loaded by default before the user has a chance to switch it or adjust the slot setting. Therefore it seems advisable to not just write to a whole bunch of random i/o ports of some unknown card ;-) by oliverschmidt · 19 years ago
  85. 305ff43 Moved cc65 zero page variables in the the upper half of the zero page where "only" Applesoft stuff resides to reduce risk of issues with the ProDOS kernel and/or ProDOS device drivers. by oliverschmidt · 19 years ago
  86. d78036e Ported the wget app to the Apple2 and improved the error handling. For now the "save to file" feature is commented out... by oliverschmidt · 19 years ago
  87. 37ac24e These symbols are necessary for (at least some) apps, but are initialized by constructors which are currently not supported for apps. Therefore we include these symbols into the Contiki kernel to make them thus available to the apps indirectly via the contiki-labels mechanism. by oliverschmidt · 19 years ago
  88. d1318ec Ported the wget app to the Apple2 and improved the error handling. For now the "save to file" feature is commented out... by oliverschmidt · 19 years ago
  89. 97e3957 Make use of the .linecont feature to make the source more readable. by oliverschmidt · 19 years ago
  90. ee8b50d Adjust menu item width to accomodate the long string "web downloader". by oliverschmidt · 19 years ago
  91. 9be3621 These symbols are necessary for (at least some) apps, but are initialized by constructors which are currently not supported for apps. Therefore we include these symbols into the Contiki kernel to make them thus available to the apps indirectly via the contiki-labels mechanism. by oliverschmidt · 19 years ago
  92. 477570f Updated banking overrides to the ROM routine usage of the most recent cc65 snapshot. by oliverschmidt · 19 years ago
  93. ad995ec Configure the www URL length to the same value used in wget to avoid inconsistencies. by oliverschmidt · 19 years ago
  94. 31c0f68 Fixed cut&paste error. by oliverschmidt · 19 years ago
  95. 36b6ec3 These macros are now already defined in cc65 conio.h. by oliverschmidt · 19 years ago
  96. 4c19ccb Made use of the new cfs support. CONTIKI.CFG is now created on demand. by oliverschmidt · 19 years ago
  97. b2ea9e9 Added rudimentary cfs support to be used by applications (but not the kernel). by oliverschmidt · 19 years ago
  98. 5aabbed Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  99. 22ef3f7 Fine tuned ctk configuration and disabled icons for the Apple ][ build. by oliverschmidt · 19 years ago
  100. 1419ac3 Removed (currently non-portable) email app from Apple2 build. by oliverschmidt · 19 years ago