Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
avogl | 48 (98.0%) | 1048 (99.6%) | 1084 (99.6%) | 21.83 |
akirschbaum | 1 (2.0%) | 4 (0.4%) | 4 (0.4%) | 4.00 |
Date | Author | File/Message |
---|---|---|
2/19/06 3:18 PM | akirschbaum |
Implement map attributes 'template' and 'nosmooth'.
(1 Files changed,
4 Lines changed)
resource/HelpFiles/tut_mapattr.html 1.3
(+4
-0)
|
8/31/03 4:48 AM | avogl |
Added a brief description in the online docu
how to insert into the inventory of an object. Can be found in the section "Basics for Designing a Map". --AV (1 Files changed, 9 Lines changed) resource/HelpFiles/tut_map.html 1.2
(+9
-2)
|
7/7/03 4:51 AM | avogl |
--- CFJavaEditor update, version 0.985 ---
Extended pickmaps to be fully dynamic. It is now possible to insert objects from the map view to the pickmap with right-click, and delete from pickmaps with middle- click. That means pickmaps can be modified much like normal maps - Shifting objects between map and pickmap, in both ways, becomes very easy and fast. It even works for multiparts too. There is an entire new menu "Pickmaps" in the menu bar. It offers commands to create new pickmaps, save pickmaps, revert them to last saved state, and close them. For those who are fully satisfied with their pickmaps, there is also a menu command to "Lock All Pickmaps". This will disable any further changes to the pickmaps unless they become unlocked again. In that way one can prevent accidentally changing a pickmap by clicking the wrong mouse button. --AndreasV (3 Files changed, 45 Lines changed) resource/HelpFiles/tut_pickmaps.html 1.1 added 44
resource/HelpFiles/tut_mapattr.html 1.2
(+0
-6)
resource/HelpFiles/start.html 1.4
(+1
-0)
|
4/7/03 7:44 PM | avogl |
-- CFJavaEditor version 0.984: ---
I have now committed the code for scripting support in the CFJavaEditor. I had put up a testversion with these features long ago and there was no negative response yet. To counter the fact that the code is now again slightly more difficult to compile from command-line, I have created an ANT build file for the latest setup. I have also updated the existing batch script which can be used on windows platforms. As the size of the full jar file (CFJavaEditor.jar) is ever growing and there are reliable build scrips now, I decided to remove the jar from CVS. Another thing maybe worth noting is that I have extended the online docu of the editor to cover some basic topics like "how to design your first map", or "what is a quest". It's only a start though, a lot more could be written. AndreasV (16 Files changed, 274 Lines changed) resource/HelpFiles/map_start.html 1.1 added 85
resource/HelpFiles/attrib_window.jpg 1.1 added
resource/HelpFiles/map1_walls.jpg 1.1 added
resource/HelpFiles/map1_new.png 1.1 added
resource/HelpFiles/tut_objects.html 1.2
(+11
-8)
resource/HelpFiles/map_otcs.html 1.1 added 50
resource/HelpFiles/map1_floor.jpg 1.1 added
resource/HelpFiles/map_basic.html 1.1 added 71
resource/HelpFiles/start.html 1.3
(+11
-6)
resource/HelpFiles/archtext.png 1.1 added
resource/HelpFiles/map1_monster.jpg 1.1 added
resource/HelpFiles/guide.html 1.2
(+8
-6)
resource/HelpFiles/map_quests.html 1.1 added 38
resource/HelpFiles/map1_create.jpg 1.1 added
resource/HelpFiles/faq.html 1.2
(+0
-7)
resource/HelpFiles/map1_deco.jpg 1.1 added
|
10/24/02 10:45 AM | avogl |
CFJavaEditor version 0.982:
Again, there is a brand new feature in the JavaEditor: Treasurelists! The editor now offers a graphical tree of the treasurelists, where you can click through the sub-lists and sub-sub-lists... Of course this is also integrated into the attribute dialog: Just click on the "treasurelist" attribute and the treasurelist-view is directly opened. I have also included a fairly extensive piece of online documenattion (for mapmakers) regarding this treasurelist-feature. I believe that the Crossfire treasurelists play an important role for map- and monster-creation. Making them available in the editor has long been overdue. Other changes in this update include: o Command-line functionality for creating images from maps. This was submitted by Mark, it is useful for the generation of overviews of the big-world. o Whith view-settings applied, when you click on a map-tile, the topmost object gets selected which matches the view- settings. If no matching object is available, the topmost one is selected. This should make working with view-settings a little bit more intuitive. o I have applied a lot of GUI-improvements, but many of them are not too obvious to notice. o Updated "types.txt" file with corrections about ac and run_away, as well as some minor corrections. That's all changes I remember at the moment... --AndreasV (13 Files changed, 129 Lines changed) resource/HelpFiles/treasurelists.html 1.1 added 31
resource/HelpFiles/treasure1.jpg 1.1 added
resource/HelpFiles/treasureone_list.png 1.1 added
resource/HelpFiles/start.html 1.2
(+1
-0)
resource/HelpFiles/treasure5.jpg 1.1 added
resource/HelpFiles/treasure_special.html 1.1 added 28
resource/HelpFiles/treasure4.jpg 1.1 added
resource/HelpFiles/treasure_multi.html 1.1 added 38
resource/HelpFiles/treasure_one.html 1.1 added 30
resource/HelpFiles/tut_loading.html 1.2
(+1
-1)
resource/HelpFiles/treasure3.jpg 1.1 added
resource/HelpFiles/treasure2.jpg 1.1 added
resource/HelpFiles/treasure_list.png 1.1 added
|
8/16/02 1:48 PM | avogl |
This is a monster commit. I have now put the new directory
structure together with all latest code and changes on cvs. I had announced these changes on the mailing list about a week ago and a lot has been discussed, so I do hope nobody is caught by surprise with this now. List of changes follows: --- 08/08/2002, Version 0.980 --- I changed the directory structure and setup of the JavaEditor according to requests from Michael K. and others. The new setup should be more conform with Java standards and more "organized". One of the downsides is it will be more difficult to compile & run the editor from sources for people with lesser Java experience. I have removed former build scripts as they have to be completely re-written now. A noticeable feature that was implemented in the process is the ability to load all resource files (text, icons, data) directly from the jar. This allows to make a jar-only release of the editor in future. In the attribute-dialog, you'll notice a "summary" button at the bottom of the window. If you click on that button, a list of all attributes of the selected object are displayed. As the attribute-interface sometimes has a lot of tabs and fields, this new feature provides a quick overview of all attributes. The JavaEditor can now load arches from collected files. This reduces loading time to about one third! It is still an option to load from individual archfiles (See menu "File->Options"). And, to combine both, you can even collect arches (menu "Collect->Collect CF Arches"). So you don't need to worry when your collected files get outdated for example. From now on the JavaEditor has a collected version of the archfiles included. That means you no longer need to worry about arches at all unless you want to create custom arches or images. Added "Fill Below" menu option. This is also a feature that had been requested a while ago. Works similar to the same thing known from Crossedit. Updated the online help docu to cover latest features an changed functionality. This reminds me, I've also created a documentation version-number. Every time this number is increased, when a user updates his editor and runs for the first time, the docu will popup automatically. In this way, I hope to get users more aware of the documentation and eventual changes/additions to it. In the past many users did not know that a docu existed, even after long use of the editor. --Andreas V. (15 Files changed, 627 Lines changed) resource/HelpFiles/tut_loading.html 1.1 added 63
resource/HelpFiles/tut_copypaste.html 1.1 added 59
resource/HelpFiles/landscape.jpg 1.1 added
resource/HelpFiles/tut_map.html 1.1 added 60
resource/HelpFiles/faq.html 1.1 added 68
resource/HelpFiles/tut_objects.html 1.1 added 45
resource/HelpFiles/cflogo.gif 1.1 added
resource/HelpFiles/guide.html 1.1 added 68
resource/HelpFiles/tut_frames.html 1.1 added 60
resource/HelpFiles/tut_view.html 1.1 added 48
resource/HelpFiles/credits.html 1.1 added 21
resource/HelpFiles/screenshot.jpg 1.1 added
resource/HelpFiles/back.gif 1.1 added
resource/HelpFiles/start.html 1.1 added 37
resource/HelpFiles/tut_mapattr.html 1.1 added 98
|