0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added an option to send the item to the item menu. More... about 16 years ago
The CreateItemDialog now works, but is far from being complete. I added a slash-command option for checking another user's version of Arcane Workshop. More... about 16 years ago
Fixed a syntax error in Locale-enUS.lua. (Forgot to close a function) More... about 16 years ago
Added a better way to check someone's Arcane Workshop version. Changed the item sending protocol a bit so that we don't have to send the item twice. (That bug before was just my mistake.) Also started working on a create item dialog. (Yes, I was procrastinating. Sorry!) More... about 16 years ago
The inventory window does not show up automatically by default now. More... about 16 years ago
Fixed a bug that happens when a book's material is set to nil. (By setting it to 1 if it's nil) And made the "Remove Page," "Next," and "Prev" buttons disappear instead of disable when they are unusable. (Like the in-game books and letters.) More... about 16 years ago
Added a button for importing in-game writables into Arcane Workshop. (Think of Ephemeral's "transcribe" button.) More... about 16 years ago
Now books can be edited from the book interface itself! Woohoo! More... about 16 years ago
Just a bugfix or two before I release the non-developer version. More... about 16 years ago
I'm going to call this Milestone 2. First beta. More... about 16 years ago
Initial revision More... about 16 years ago
Finally! An interface for the inventory. Currently no icon in the corner, and the code is not pretty, but it works! (It's also probably memory-inefficient at the moment, but we'll work on that too.) More... about 16 years ago
Finally! An icon for the FuBar/minimap thing! More... about 16 years ago
Fixed a bug that made the new material IDs not work. More... about 16 years ago
Updated documentation. More... about 16 years ago
Added a list of book materials/stationery (backgrounds) for the user to use. More... about 16 years ago
Initial revision More... about 16 years ago
Finally, books! Item specification for books: item.content = {material name, {page1, page2, page3, ...} More... about 16 years ago
Changed the order in which Ace2 and FuBar, Tablet, and Dewdrop were loaded so that it would work. More... over 16 years ago
Changlelog: * Added the Utils.lua file, which for some reason did not get uploaded to the CVS until now. * Fixed some of the readme. More... over 16 years ago
Added comments clarifying what each function does. More... over 16 years ago
Added a readme file (ArcaneWorkshop-readme.txt) under the GNU FDL containing simple instructions for usage by mere mortals and/or developers. More... over 16 years ago
Bugfix. Version 1.0.1. More... over 16 years ago
Initial revision More... over 16 years ago
Milestone 1! Alpha! More... over 16 years ago
Added frontend console function for editing items. More... over 16 years ago
Finished the argument-seperating function, added slash-commands for listing all items, and for creating new items. Also added the ability to check whether or not items exist, and changed the syntax used for methods of ArcaneShop to call other methods. ("ArcaneShop:blah(x, y);" -> "self:blah(x, y);") More... over 16 years ago
Just fixed a minor problem that caused code highlighting under some programs to not work well. More... over 16 years ago
Added proper GPL warning as appears on GNU.org. More... over 16 years ago
Added an argument parser that supports quotes. (Still working on it, though) More... over 16 years ago