1. 8b2db1d Formatting fix, code blocks need 4 spaces not 2. by Adrien Destugues · 9 years ago
  2. 8e2f569 Update README and add screenshot. by PulkoMandy · 10 years ago
  3. 0627a36 Avoid a firmware bug in defining custom characters. by PulkoMandy · 10 years ago
  4. a8e4396 Fix help message. The key to cycle windows is F2. by PulkoMandy · 10 years ago
  5. 2975e7f Enable the exit menu, which will reset the machine. by PulkoMandy · 10 years ago
  6. 873b5c0 Remove configedit from the system. by PulkoMandy · 10 years ago
  7. df52c59 WIP support for drawing bitmaps by PulkoMandy · 10 years ago
  8. 31276e2 Fix the remaining icons to be const... by PulkoMandy · 10 years ago
  9. 6d4e122 Remove more useless stuff from the cpc target. by PulkoMandy · 10 years ago
  10. 25ff050 Set mode 1 and better palette on startup. by PulkoMandy · 10 years ago
  11. c53d0f6 Override the CTK service. by PulkoMandy · 10 years ago
  12. c73e41a Use the same shell size as on C64. by PulkoMandy · 10 years ago
  13. ab17105 Conio: optimize. by PulkoMandy · 10 years ago
  14. e209d6c Delete useless filesDelete useless files.. by PulkoMandy · 10 years ago
  15. 832c521 Fix memstat and add it to the disk image. by PulkoMandy · 10 years ago
  16. 8ecb97e Implement tracking of free memory. by PulkoMandy · 10 years ago
  17. 9c83f02 Remove conio from the core. by PulkoMandy · 10 years ago
  18. baa2280 Fix "current status" as the port now runs fine. by PulkoMandy · 10 years ago
  19. 09e84f4 Define roadmap. by PulkoMandy · 10 years ago
  20. b2082f6 Don't use the generic relocator code for DSCs. by PulkoMandy · 10 years ago
  21. 8f64605 Make everything in the DSCs const by PulkoMandy · 10 years ago
  22. c19a2be Fix include mixup. by PulkoMandy · 10 years ago
  23. 7d9894e Fixup compiler flags. by PulkoMandy · 10 years ago
  24. 13c3881 Document future plans about this project... by PulkoMandy · 10 years ago
  25. 2464654 Reverse code to avoid SDCC bug. by PulkoMandy · 10 years ago
  26. 5523de4 Hardcode AMSDOS RSX address for now. by PulkoMandy · 10 years ago
  27. 9d35dfb Optimizations... by PulkoMandy · 10 years ago
  28. 92fb6c1 Implement cclearxy using SCR_FILL_BOX by PulkoMandy · 10 years ago
  29. e215c63 Make DSC files relocatable. by PulkoMandy · 10 years ago
  30. df6b0dd Remove useless trace. by PulkoMandy · 10 years ago
  31. a76f8ec Disable _revers handling. by PulkoMandy · 10 years ago
  32. 2d1778f Redirect putchar to the parallel port. by PulkoMandy · 10 years ago
  33. 32c249b Hack to free more heap space. by PulkoMandy · 10 years ago
  34. 1b54d35 Add missing files. by PulkoMandy · 10 years ago
  35. 91577e1 Fix generation of relocatable PRGs for good. by PulkoMandy · 10 years ago
  36. 355605a Initialize data sections for PRGs. by PulkoMandy · 10 years ago
  37. 655a2d0 Point to local/share again. by PulkoMandy · 10 years ago
  38. 2ea0b9f Generate relocatable PRG files using patched SDCC. by PulkoMandy · 10 years ago
  39. d8cf478 Update build instructions in README. by PulkoMandy · 10 years ago
  40. 2aeca06 Add SDCC patch. by PulkoMandy · 10 years ago
  41. 9e96075 Remname CFS driver to AMSDOS. by PulkoMandy · 10 years ago
  42. 66b4e3c Remove dependency on mem.s. by PulkoMandy · 10 years ago
  43. bcf4d09 Workaround SDCC bug. by PulkoMandy · 10 years ago
  44. 2bb86d9 Initialize BSS and disk ROM in CRT0. by PulkoMandy · 10 years ago
  45. 5e8709f Remove now useless files by PulkoMandy · 10 years ago
  46. d7df4b1 Remove mem.s from the build. by PulkoMandy · 10 years ago
  47. 73da4fe Slightly simplify the program flow of main. by PulkoMandy · 10 years ago
  48. 8fc71d5 Dont' call screensaver when it is disabled. by PulkoMandy · 10 years ago
  49. 15f3f26 Include the global loader to avoid cpp warnings. by PulkoMandy · 10 years ago
  50. 8f961bf Implement logging. by PulkoMandy · 10 years ago
  51. d4445ca Update crt0 for current SDCC version. by PulkoMandy · 10 years ago
  52. 10e4bfe Add missing const. by PulkoMandy · 10 years ago
  53. 96bd9f2 Add CPC putchar to the linker file. by PulkoMandy · 10 years ago
  54. 60b0c76 Generate mapfile in "wide" format. by PulkoMandy · 10 years ago
  55. 849a633 Update README to let people know what's going on in this fork. by PulkoMandy · 10 years ago
  56. 887cda7 Fix icon declarations. by PulkoMandy · 10 years ago
  57. 65a775b Match new name for method. by PulkoMandy · 10 years ago
  58. 27d1f11 Stop using unneeded custom tools. by PulkoMandy · 10 years ago
  59. eb45bf9 Workaround for SDCC bug. by PulkoMandy · 10 years ago
  60. 3e21390 Fix various mismatched prototypes and other compilation problems. by PulkoMandy · 10 years ago
  61. 506f755 Move link file to the proper naming. by PulkoMandy · 10 years ago
  62. b354b49 Update makefiles for current version of SDCC by PulkoMandy · 10 years ago
  63. 175a39f Remove duplicate CPC sources. by PulkoMandy · 10 years ago
  64. bfc34ce Create README.md by Adam Dunkels · 11 years ago
  65. 80e186c Merge remote-tracking branch 'contiki-win32/master' by Adam Dunkels · 11 years ago
  66. d2c513b Merge remote-tracking branch 'contiki-vic20/master' by Adam Dunkels · 11 years ago
  67. e00b164 Merge remote-tracking branch 'contiki-plus4/master' by Adam Dunkels · 11 years ago
  68. c86a38a Merge remote-tracking branch 'contiki-pet/master' by Adam Dunkels · 11 years ago
  69. 919a9d6 Merge remote-tracking branch 'contiki-pcengine/master' by Adam Dunkels · 11 years ago
  70. 1ef5a73 Merge remote-tracking branch 'contiki-msp430/master' by Adam Dunkels · 11 years ago
  71. 196b893 Merge remote-tracking branch 'contiki-gtk/master' by Adam Dunkels · 11 years ago
  72. 2b321ef Merge remote-tracking branch 'contiki-gp32/master' by Adam Dunkels · 11 years ago
  73. 1628123 Merge remote-tracking branch 'contiki-gba/master' by Adam Dunkels · 11 years ago
  74. e803c1f Merge remote-tracking branch 'contiki-gb/master' by Adam Dunkels · 11 years ago
  75. ed1da1c Merge remote-tracking branch 'contiki-devel-environment/master' by Adam Dunkels · 11 years ago
  76. 0322df3 Merge remote-tracking branch 'contiki-cpc/master' by Adam Dunkels · 11 years ago
  77. 4fc6166 Merge remote-tracking branch 'contiki-cc65/master' by Adam Dunkels · 11 years ago
  78. 74bf497 Merge remote-tracking branch 'contiki-c64/master' by Adam Dunkels · 11 years ago
  79. 112b00a Merge remote-tracking branch 'contiki-c128/master' by Adam Dunkels · 11 years ago
  80. 68c529e Merge remote-tracking branch 'contiki-avr/master' by Adam Dunkels · 11 years ago
  81. 506ed44 Merge remote-tracking branch 'contiki-atari/master' by Adam Dunkels · 11 years ago
  82. 5206f64 Merge remote-tracking branch 'contiki-apple2/master' by Adam Dunkels · 11 years ago
  83. b025e43 Ported back WinPcap driver from 2.x to 1.x by oliverschmidt · 17 years ago
  84. 260ddbb Removed usage of 'OEM' line drawing characters as they don't work anymore with the console I/O library of recent VC++ releases. by oliverschmidt · 17 years ago
  85. c615a2d fix up some network related troubles.fix up some network related troubles. by ryohji · 17 years ago
  86. 09e3a0d * introduce rawsock_fini() to clean rawsock related resouces up by ryohji · 17 years ago
  87. 55cd87a * now we can build Contiki 1.x in Visual Studio 2005 Express Ed. by ryohji · 17 years ago
  88. 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
  89. 2b9fbcd Replaced static with automatic variable. by oliverschmidt · 18 years ago
  90. da29225 Fixed typo. by oliverschmidt · 18 years ago
  91. a6f5275 Updated and improved documentation. by oliverschmidt · 18 years ago
  92. 595b971 I was working on this file 1.5 years ago. I thought I should check it in to make sure it doesn't get lost. Maybe it can serve as a starting point for SLIP and/or PPP on Win32. by oliverschmidt · 18 years ago
  93. 077c766 Just bumped up global version string from '1.2' to '1.3' as theese are likely the last changes in the contiki 1.x module anyway. by oliverschmidt · 18 years ago
  94. 684dd24 Beautified screen output. by oliverschmidt · 18 years ago
  95. 30a0898 Made the 'bouncing box' screensaver the default for the apple2enh target. by oliverschmidt · 18 years ago
  96. 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
  97. 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
  98. 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
  99. 17a6fab Fill up the language card using #pragma codeseg(). by oliverschmidt · 18 years ago
  100. e4176ba Generate map files for all modules to allow for easy size analysis. by oliverschmidt · 18 years ago