AMIGA-RESISTANCE

Die Projektseite für alles rund um den Amiga
Aktuelle Zeit: 28 Mär 2024, 10:04

Alle Zeiten sind UTC


 

 

 



Ein neues Thema erstellen  Auf das Thema antworten  [ 53 Beiträge ]  Gehe zu Seite « 1 2 3 4
Autor Nachricht
 Betreff des Beitrags: AmiBlitz3 V3.7.4 (19.06.2020)
BeitragVerfasst: 10 Jan 2015, 18:15 
Offline
Administrator
Benutzeravatar

Registriert: 30 Aug 2005, 19:42
Beiträge: 5303
Postleitzahl: 46047
Land: Deutschland
Wohnort: 46047 Oberhausen
[ img ]
Änderungen in AmiBlitz3:

09.01.2015
[r515] (HEAD) by tomsmart1

PED:
- changed Search&Replace window to automatic active the Sourcewin if a botton
is pressed this make a direct edit possible
- fix a possible access to a unopen window in the eventcode for the label
browser
- optimized the Compilerstatus routines
- optimized routine to show Compileerror
- replaced hardcode numbers with constants for Rawkeys and Vanillakeys
- added the possibility to close all windows with ESC-key except the
source window
new exe

[r514] by tomsmart1

Includes:
- hashmap.include and preprocessor.include moved new .internal_Demo label that
it only active if it compile as mainprogam not as include.

PED:
- fixed exit of the program to prevent an access of the dos.library after it
was closed!
- relabeled the exit code, remove unused dead code and move some code
- changed #NULL to Null
new exe

08.01.2015
[r513] by tomsmart1

includes:
- ab3support and prefixtree fixed the compiling of source that not use the new constant "NO_AB3SUPPORTPFT".
- hashmap fixed that pathes of the datafiles for the demo and changed #NULL to token Null.

preprocessor.include
- Fixed the pathes dor the datafiles and added Freemem calles for the alloced and used Memory of the Demo


27.12.2014
[r512] (HEAD) by tomsmart1
Includes:
- image.inlcude changed the Result of image_GetRPPtr{} to return a Pointer in the format *rp.Rastport!
Other Include changed to compile with Syntaxlevel 6 only testet with the include internal Demo and Demos from /Examples!
Examples:
- all changed to compile with Syntaxlevel 6.
- dbl_shooter.ab3 fixed Hits with release of the Masks of the Balls use now the image.include function for it.

23.12.2014
[r511] (HEAD) by tomsmart1
Includes:
Image and PNG together with Blackbird revised.
!! Attention now all functions of the image.include that need and use a Rastport needed it as a Pointer (*rp.Rastport) !!

21.12.2014
[r510] (HEAD) by tomsmart1
ntui includes:
- fixed the creation of non sizeable Windows
- fixed a Nullpointer access if a mousclick happend to an empty listview with NtuiXMLTestero

18.12.2014
[r509] (HEAD) by tomsmart1
includes:
image.include fixed compile with Syntax 6 for include and internal Demo

10.12.2014
[r508] (HEAD) by tomsmart1
Includes:
- fix the settings of the Optimize and Syntax level that it not overwrite the main progam!
Examples:
- set the Optimize and Syntax level for the NTUI Demos
AIDE:
- fix the path of the ntui.include
new exe.

09.12.2014
[r507] (HEAD) by tomsmart1
Includes:
-added Constante "#NO_AB3SUPPORTPFT" to select between the use of the ab3support.library prefixtree implentation or the amiblitz own from the prefixtree.include.

_________________
Gruß Helmut
Amiga 2000, Amiga 500, Amiga One XE, Amiga One X5000


Nach oben
   
BeitragVerfasst: 05 Feb 2015, 23:40 
Offline
Administrator
Benutzeravatar

Registriert: 30 Aug 2005, 19:42
Beiträge: 5303
Postleitzahl: 46047
Land: Deutschland
Wohnort: 46047 Oberhausen
[ img ]
Änderungen in AmiBlitz3:

05.02.2015
[r519] (HEAD) by tomsmart1
Debugger:
- changed prefs path from ENV: to program path Blitz:Debug by Blackbird
- fixed double use of Variablenames for a Stringarray and a Long by Blackbird
- replaced Peek$() by Peek.s()
- fixed, expand some texts of the info requesters
new exe

19.01.2015
[r518] (HEAD) by tomsmart1
Include:
- image_ext.include changed #NULL and NULL to 0 for optional function
parameters to make a compile with syntax 6 possible.

[r517] by tomsmart1
Compiler:
- replaced #NULL with Null
- limit the shown sourceline to 40 chars for the error message to prevent to
width requesters.
- added the delete of the mempool2 at exit to free the used memory.
- removed some unused and unneeded sourcecode.
new exe

[r516] by tomsmart1
Compiler:
- added a detection of MorphOS to use the CacheClearE function and all other
OS use CacheClearU. It was necessary because the compiler crashs on AOS 4
with the use of CacheClearE.
new exe

_________________
Gruß Helmut
Amiga 2000, Amiga 500, Amiga One XE, Amiga One X5000


Nach oben
   
BeitragVerfasst: 29 Dez 2015, 15:15 
Offline
Administrator
Benutzeravatar

Registriert: 30 Aug 2005, 19:42
Beiträge: 5303
Postleitzahl: 46047
Land: Deutschland
Wohnort: 46047 Oberhausen
[ img ]
Änderungen in AmiBlitz3:

16.12.2015
[r568] (HEAD) by derwanderer
NTUI: ntui_FreeObject allows Null ptr
NTUI: ntui_Rethink checks for Null ptr
NTUI: #TUITBA_TEXT now works as expected, returning the whole text of a TextBox in one block
str.include: added str_Alloc to allocate memory of a string without filling it by another string

12.12.2015
[r567] (HEAD) by derwanderer
NTUI: code cleanup, note: for the internal NTUI demo, run the Includes/ntui.include.ab3, DO NOT RUN NTUI/main.ab3
NTUI: fixed illegal memory access in TextBox when deleting last character in line
DOS: added getWBStart function to get the pointer to WBStartup struct

15.09.2015
[r566] (HEAD) by derwanderer
AIDE: improvements in configuration (may cause trouble right now, stable version is in progress...)

25.08.2015
[r565] (HEAD) by tomsmart1
Includes:
- removed unneeded Residents from the NTUI headers
- removed some wrong path and file names form the PE headers

23.08.2015
[r564] (HEAD) by tomsmart1
shared/common.ab3:
- removed the open and close comFunc_... because its now controled by the gui
- changed PED ID
Compiler:
- removed the control to open and close of the compile status window
- added a check for invailed pathes and filenames for the creation of release
exes
PED:
- added the control to open and close of the compile status window
NEW EXEs of Compiler,PEd and Debugger because the comdata structur change!
PEd and the Compiler doesn't work together with older version of the other!

03.08.2015
[r563] (HEAD) by tomsmart1
Compiler:
- changed the creation of the .dbg file to use a 128k buffer to speed it up
new exe

30.07.2015
[r562] by tomsmart1
Compiler:
- changed/fixed that the .dbg file only contains the data of the last compile
if make smallest not set.
new exe

_________________
Gruß Helmut
Amiga 2000, Amiga 500, Amiga One XE, Amiga One X5000


Nach oben
   
BeitragVerfasst: 29 Dez 2015, 15:17 
Offline
Administrator
Benutzeravatar

Registriert: 30 Aug 2005, 19:42
Beiträge: 5303
Postleitzahl: 46047
Land: Deutschland
Wohnort: 46047 Oberhausen
13.12.2015 Copacabana V0.5 veröffentlicht

[ img ]

Eine neue Gui um SVN-Befehle ein wenig einfacher zu handhaben.

Funktionen:
- Sie können es verwenden, um eine Arbeitskopie aus einem Archiv zu überprüfen
- Aktualisieren einer Arbeitskopie
- Bereinigen einer Arbeitskopie
- Anzeigen des Status einer Arbeitskopie
- Hinzufügen/entfernen von Dateien oder Schubladen aus einem Archiv
- Anzeigen einiger Infos von Dateien der Arbeitskopie
- Bereinigen einer gesperrten Arbeitskopie

_________________
Gruß Helmut
Amiga 2000, Amiga 500, Amiga One XE, Amiga One X5000


Nach oben
   
BeitragVerfasst: 29 Dez 2015, 15:23 
Offline
Administrator
Benutzeravatar

Registriert: 30 Aug 2005, 19:42
Beiträge: 5303
Postleitzahl: 46047
Land: Deutschland
Wohnort: 46047 Oberhausen
26.12.2015 NtuiCreator V1.1 von Blackbird erschienen

[ img ]

Neu in dieser Version ist:

- Findstring eingebaut
- Casesense habe ich nun auch drin....

Falls irgendwas fehlt oder jemand Vorschläge bringen möchte was besser zu lösen wäre, bitte bescheid geben.

Zum download: NtuiCreator V1.1

25.12.2015 Änderungen in Version 1.0
- Beide Listviews funktionieren nun so wie sie sollen und geben die ausgewählten Attribute in die Textbox aus.
- Die neu erzeugte Tuiengine gibt nun auch den Event aus. Das bedeutet, man kann nun auf ein erzeugtes
Gadget klicken und den Event anzeigen lassen. Bei großen Guis sicherlich sehr hilfreich.

22.12.2015 Änderungen in Version 0.9
- Die Liste der Gadgets wird nun dynamisch generiert.
- Alle Attribute werden nun in Listviews angezeigt. Einmal für jedes Object, und einmal global für alle Objekte.
- HelpButton der Gui zugefügt. Anzeigen/Refresh der Listviews ist nun auch mit dem Button möglich anstatt nur mit der HelpTaste
- Cli-Start repariert. NtuiCreator startet nun wieder von der Shell aus
- Neues Label eingebaut das anzeigt ob der Text editiert wurde

13.12.2015 Änderungen in Version 0.8:
- Neu ist das Menü Edit.Copy, Past, Undo, Delete sowie Select usw..
- Fehler der Textbox sind nun behoben.

_________________
Gruß Helmut
Amiga 2000, Amiga 500, Amiga One XE, Amiga One X5000


Nach oben
   
BeitragVerfasst: 31 Jan 2016, 14:05 
Offline
Administrator
Benutzeravatar

Registriert: 30 Aug 2005, 19:42
Beiträge: 5303
Postleitzahl: 46047
Land: Deutschland
Wohnort: 46047 Oberhausen
23.01.2016 NtuiCreator V1.3 von Blackbird erschienen

Änderungen zur Vorversion:
- sämtliche Gadgets sind nun mit den allernötigsten Tags gefüttert,
- Clipboardfunktionen fürs laden eines Fragments eingebaut,
- Textabschnitt selektieren und als Fragment abspeichern eingefügt.

Zum download: NtuiCreator V1.3

_________________
Gruß Helmut
Amiga 2000, Amiga 500, Amiga One XE, Amiga One X5000


Nach oben
   
BeitragVerfasst: 13 Feb 2016, 14:30 
Offline
Administrator
Benutzeravatar

Registriert: 30 Aug 2005, 19:42
Beiträge: 5303
Postleitzahl: 46047
Land: Deutschland
Wohnort: 46047 Oberhausen
[ img ]
Änderung in AmiBlitz3:

09.02.2016
[r570] (HEAD) by tomsmart1
common.ab3
- chanded the ComData_GetW and ComData_GetB macro to first clear the full
destination register, this fix some problems with PutD0 command
- renamed PEDVersionID constant to ComDataVersionID
- added comLong_DestBufferSize
- Changed ComDataVersionID to refeced the changes.
!!!!!!!
This result that this Versions of PEd, Compiler und Debugger won't work with
older Versions
!!!!!!
Compiler:
- fixed a possible endless compile loop if free mem is to small for big alloc
if OnePassCompiling is active, now it switch back to make small
- added the set of the destination buffer in the comdata structure for the
debugger
- renamed PEDVersionID constant to ComDataVersionID
- added the set of the ComDataVersionID in CLI-Mode this is needed now for the
debugger
new exe
Debugger:
- added a test of the ComDataVersionID so we are save to use the comdatas
- added the access to comLong_DestBufferSize to get the programsize this fix
the problem to get the size on OS4
- changed the output of the Variabletrace by added "'" around strings and
spaces to clear old Values
- deactived the windowborder redraw for all windows this remove the flick on
every update
new exe
Ped:
- renamed PEDVersionID constant to ComDataVersionID
new exe

05.02.2016
[r569] by tomsmart1
Compiler:
- fixed a possible Hit and endless loop if a load error happen with a
Residents this may fix other hits with the error requester.

_________________
Gruß Helmut
Amiga 2000, Amiga 500, Amiga One XE, Amiga One X5000


Nach oben
   
 Betreff des Beitrags: AmiBlitz3 V3.7.4 (19.06.2020)
BeitragVerfasst: 19 Jun 2020, 20:48 
Offline
Administrator
Benutzeravatar

Registriert: 30 Aug 2005, 19:42
Beiträge: 5303
Postleitzahl: 46047
Land: Deutschland
Wohnort: 46047 Oberhausen
19.06.2020 AmiBlitz V3.7.4 wurde veröffentlicht

Änderungen:

- Neuer Tooltype "CURSORSTYLE" mit den Stilen "block", "line" und "underline" hinzugefügt
- Neue Tooltype/Konfigurationseinstellung "ASKBEFOREQUIT" hinzugefügt: Nachfrage beim Schließen.
- Neue Doppelklick-Funktion hinzugefügt: Bei Doppelklick auf ein Quellwort werden alle Vorkommen im Beschriftungslistenfenster angezeigt
- Neue Suchfunktion hinzugefügt: Beim Öffnen des Suchfensters wird das aktuelle Wort automatisch zum Such-Gadget hinzugefügt
- Neues Tastenkürzel hinzugefügt: ALT + Linkspfeil/Rechtspfeil: Aktuelle Zeile nach oben/unten verschieben
- Neues Tastenkürzel hinzugefügt: STRG + Linkspfeil/Rechtspfeil bewegt den Cursor zum Wortanfang/-ende
- Paket "NIB.include" aus AmiNet für die Anzeige von Symbolen hinzugefügt
- Geänderte Einstellungen: Minimale Bildschirmauflösung für den Screenrequester in den Ide-Einstellungen auf 640 x 480 festgelegt
- Eventhandling-Code des Quellfensters geändert (teilweise von asm nach ab3 konvertiert)
- Die Grenzlinien wurden von 6 auf 2 geändert (Cursorabstand nach oben/unten, von dem aus das Quellfenster nach oben / unten rollt).
- Scoll-Problem beim Markieren von Blöcken mit der Maus beim Scrollen behoben (war zu schnell)
- Berechnung der sichtbaren Spalten, um die volle Fensterbreite des Quellfensters zu nutzen behoben.
- Das Problem #7 bei Quelldateien mit Dateierweiterungen in Großbuchstaben (* .AB3) wurde behoben.
- Anzeigeproblem mit mehr als 1 GB verfügbarem Chip / schnellem Speicher behoben (danke an mdbergmann)
- Paketkorrektur: In der REDDebugger-Datei ist nun das Ausführbar-Bit gesetzt (danke an mdbergmann)
- kleinere Lokalisierungskorrekturen

https://github.com/AmiBlitz/AmiBlitz3/r ... tag/v3.7.4
https://www.amiblitz.de/

_________________
Gruß Helmut
Amiga 2000, Amiga 500, Amiga One XE, Amiga One X5000


Nach oben
   
Beiträge der letzten Zeit anzeigen:  Sortiere nach  
Ein neues Thema erstellen  Auf das Thema antworten  [ 53 Beiträge ]  Gehe zu Seite « 1 2 3 4

Alle Zeiten sind UTC


Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder


Du darfst keine neuen Themen in diesem Forum erstellen.
Du darfst keine Antworten zu Themen in diesem Forum erstellen.
Du darfst deine Beiträge in diesem Forum nicht ändern.
Du darfst deine Beiträge in diesem Forum nicht löschen.
Du darfst keine Dateianhänge in diesem Forum erstellen.

Gehe zu: 

cron