AMIGA-RESISTANCE
https://forum.amiga-resistance.info/

AmiBlitz3 V3.7.4 (19.06.2020)
https://forum.amiga-resistance.info/viewtopic.php?f=31&t=414
Seite 2 von 4

Autor:  HelmutH [ 11 Jan 2014, 20:43 ]
Betreff des Beitrags:  AmiBlitz3 - Include updates (08.01.2014)

[ img ]

Änderung in AmiBlitz3:

2014-01-08
[r430] (HEAD) by
PED:
- replaced all JSR activatesource with Gosub so show it is a BASIC Subroutine and renamed it to activatesourcewindow
- replaced all direct activation of the Sourcewindow with call of the subroutine
- reworked the code of the Source Browser Window to fix the not jumping to the default/pre- select item.
Now if a item is preselected you can jump to it position in the Sourcecode by double click the select item in the Source Browser Window!
- update exe

Autor:  HelmutH [ 19 Jan 2014, 16:58 ]
Betreff des Beitrags:  Re: AmiBlitz3 - Include updates (08.01.2014)

[ img ]

Änderungen in AmiBlitz3:

2014-01-17

[r431] (HEAD) by
PED:
- fixed the set and test of the PubScreenName this fix a Crash and/or Hits
with MOS and AROS 68k if the Screen ich changed
- update exe

Autor:  HelmutH [ 05 Feb 2014, 23:10 ]
Betreff des Beitrags:  Re: AmiBlitz3 - Include updates (08.01.2014)

[ img ]
Änderungen in AmiBlitz3:

2014-02-05

[r440] (HEAD) by derwanderer
small fixed with current path in AIDE that made it crash the Workbench
small fix that lets the tool tip window appear at the correct position when it would be technically out of screen

[r439] by derwanderer
added Alpha version of AIDE as source and binary - have fun

[r438] by derwanderer
dos.include: added dos_GetDevicePart{} function
image_ext.include: corrected type in internal demo (emboss => embross)
ntui: various updates or icon loading, listview, support for color mapped screens... etc. (requires ab3support.library now)
windll.include: small speedups and "direct" macro
added ab3support.library (contains "native" functions for various CPU hungry tasks)
added prefixtree replacement via ab3support.library
added synth.include as library and x86 native code variant (needs not included .dll though)

[r437] by derwanderer
added folder for AIDE (still testing if my SVN installation works)

[r436] by derwanderer
ping! (Thilo is back)


2014-02-03

[r435] by blackab3
All Includes converted to .ab3

[r434] by blackab3
All Includes converted to .ab3

[r433] by blackab3
All Includes converted to .ab3

[r432] by blackab3
new Includes converted to .ab3

Autor:  HelmutH [ 09 Feb 2014, 17:21 ]
Betreff des Beitrags:  AmiBlitz3 - Include updates (09.02.2014)

[ img ]
Änderungen in AmiBlitz3:

2014-02-09

[r441] (HEAD) by tomsmart1
System/token_mapping_libs.txt
- Fixed two typos that produce Error messages with AIDE AB3Scannen.

Autor:  HelmutH [ 13 Feb 2014, 00:29 ]
Betreff des Beitrags:  AmiBlitz3 - Include updates (10.02.2014)

[ img ]
Änderungen in AmiBlitz3:

2014-02-10

[r442] (HEAD) by tomsmart1
Compiler
- Fixed possibled crashes in CLIMode if a error happend like exe can't saved
because path don't exists. I hope this fix also the other strange crashes
that I get reported.

Autor:  HelmutH [ 24 Feb 2014, 22:21 ]
Betreff des Beitrags:  AmiBlitz3 - Include updates (22.02.2014)

[ img ]
Änderungen in AmiBlitz3:

2014-02-22

[r443] (HEAD) by derwanderer
Updated AIDE:
- scans source codes async
- AB3 scanner had line count issues with tokenized files
- quick hack in the main.xml to make the GUI 800x600 compatible, will be addressed later
- cursor style and blink rate are now actually configurable via prefs
- disabled undo during import of .bb2 files for reasonable import speed
NTUI:
- TextBox supports 4 types of cursor now (line, boldline, block and underscore)
- TextBox: huge speedup when setting a block of text via ntui_SetTextBoxText(), also speed up loading text
- small bugfix in listview that could result in crash
- Object can now be locked to prevent NTUI from exiting while another process holds apointer to it (ntui_Lock, ntui_Unlock, ntui_IsLocked)
- some function changes for asyncrhoneous notifys (ntui_PostNotify, ntui_PostNotifyWithData)

Autor:  HelmutH [ 03 Mär 2014, 18:39 ]
Betreff des Beitrags:  AmiBlitz3 - Include updates (02.03.2014)

[ img ]
Änderungen in AmiBlitz3:

2014-03-02

[r449] (HEAD) by tomsmart1
PED:
- fixed Sourcebrowserlist entry jump to sourceline 1.

[r448] by tomsmart1
Updated Attention_Important.txt!
All Sourcefiles are now converted to .ab3 files.
If you have "Include" this files in you Sourcecodes then please
change the name form ".bb2"or ".ab2" to ".ab3" to avoid conflicts!

[r447] by tomsmart1
Converted all Debugger Sourcecodes to .ab3 Format.
Converted Examples Sourcecodes in Docs/Userlibs to .ab3 Format.
Converted Examples Sourcecodes in Docs/AcidLibs to .ab3 Format.

[r446] by tomsmart1
Converted all Examples Sourcecodes to .ab3 Format.

[r445] by tomsmart1
Converted all Residents Sourcecodes to .ab3 Format.
Converted all Tools Sourcecodes to .ab3 Format.

[r444] by tomsmart1
Converted all BlitzLibs Sourcecodes to .ab3 Format.

Autor:  HelmutH [ 07 Mär 2014, 01:25 ]
Betreff des Beitrags:  AmiBlitz3 - Include updates (05.03.2014)

[ img ]
Änderungen in AmiBlitz3:

2014-03-05

[r450] (HEAD) by derwanderer
AIDE: cleaned up .xml GUI files (no layer manager or test menu anymore)
AIDE: files are now scanned asynchroneously (both, Amiblitz3 includes and current source file)
AIDE: updated ab3support.library, since printf() crashes, all references are removed, has version string now 2.0
AIDE: AIDE and AB3Scan now checks for version of ab3support.library
AIDE: checks for help-index version and refreshes on startup if necessary (no more outdated help index!)
NTUI: Scrollers do now immediate update, this fixes when under heavy CPU load the scroller-knob didn't follow the mouse, downside is, that it can slow down the scroller operation

Autor:  HelmutH [ 09 Mär 2014, 23:26 ]
Betreff des Beitrags:  AmiBlitz3 - Include updates (08.03.2014)

[ img ]
Änderungen in AmiBlitz3:

2014-03-08

[r451] (HEAD) by tomsmart1
PED:
- Moved CustomMenu Editore entry to Project menu.
- Changed the CustomMenu code that the menu is only visiable if there is an
entry.
- Changed the CustomMenu Editor that he not allow empty entrys anymore and
fixed the sorting of the entrys.

Autor:  HelmutH [ 18 Mär 2014, 21:09 ]
Betreff des Beitrags:  AmiBlitz3 - Include updates (16.03.2014)

[ img ]
Änderungen in AmiBlitz3:

2014-03-16

[r452] (HEAD) by tomsmart1
Compiler:
- Added to possibility to set Compiler and Debugger settings in CLI Mode:
Compiler:
setcom <options> : (options=icon|small|func|ldbg|dbgf)
Debugger:
setdbg <check> : (check=auto|irq|asm|ofl)
If there are settings in CLI Mode then only that are activ for Compiler
or/and Debugger!
- Changed "debug" in CLI Mode that now only the Debugger are started.

Autor:  HelmutH [ 22 Mär 2014, 14:14 ]
Betreff des Beitrags:  AmiBlitz3 - Include updates (21.03.2014)

[ img ]
Änderungen in AmiBlitz3:

2014-03-21

[r453] (HEAD) by tomsmart1
Compiler:
- Added to possibility to set Stringbuffersize and Stacksize in CLI Mode:
min Stringbuffersize = 4096 , min Stacksize = 8191
- Replaced some hardcode Compilerbuffers values with constants
- Changed .ab3 loader to set the Compilerbuffers to there default value.

Autor:  HelmutH [ 26 Mär 2014, 19:23 ]
Betreff des Beitrags:  Re: AmiBlitz3 - Include updates (21.03.2014)

[ img ]
Änderungen in AmiBlitz3:

2014-03-26

[r455] (HEAD) by tomsmart1
Fixed examples to compile again.

2014-03-25

[r454] by tomsmart1
Compiler:
- Added to possibility to set the maxerrorcount in CLI Mode from 1 to 4096
default is 99.

Autor:  HelmutH [ 30 Mär 2014, 20:00 ]
Betreff des Beitrags:  Re: AmiBlitz3 - Include updates (21.03.2014)

[ img ]
Änderungen in AmiBlitz3:

2014-03-30

[r458] (HEAD) by derwanderer
added missing ball.ab3i file (amiblitz3 image)

[r457] by derwanderer
- fixed a small bug in showing origin file of BlitzLib Token in help tooltip
- Amiblitz outputs now fields of newtypes in text dump (CLI Mode)
- temporarily adjusted GUI layout to work with 800x600, will be made configurable in the future
- added some options to the preferences menu, but they are not functional yet

2014-03-29

[r456] by tomsmart1
Compiler:
- Changed error handling in CLIMde to not free some datas, this prevent
to some false errors messages if continue_on_error is used!

Autor:  HelmutH [ 13 Jul 2014, 13:34 ]
Betreff des Beitrags:  Re: AmiBlitz3 - Include updates (30.03.2014)

[ img ]
Änderung in AmiBlitz3:

2014-05-20

[r459] (HEAD) by derwanderer
fixed a bug in dos_SetToolState which affected dos_SetToolSwitch to crash/produce memtrash

Autor:  HelmutH [ 13 Jul 2014, 13:35 ]
Betreff des Beitrags:  Re: AmiBlitz3 - Include updates (30.03.2014)

[ img ]
Änderung in AmiBlitz3:

2014-07-07

[r462] (HEAD) by tomsmart1
Added a warning about the use of FPU commands in all programes that are created
with Amiblitz3.

2014-07-03

[r461] by tomsmart1
Compiler:
- changed exepath handling to support relative pathes for the exe in CLIMode.
new exe

[r460] by tomsmart1
Compiler:
- fixed compiling, was brocken by the last change for CLImode!
new exe with this changes

Seite 2 von 4 Alle Zeiten sind UTC

Powered by phpBB® Forum Software © phpBB Limited

Deutsche Übersetzung durch phpBB.de